#D572DD

Color #D572DD Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D572DD

Tints of Orchid #D572DD

Color information

#D572DD (or 0xD572DD) is unknown color: approx Orchid. HEX triplet: D5, 72 and DD. RGB value is (213,114,221). Sum of RGB (Red+Green+Blue) = 213+114+221=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #D572DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572DD is #2A8D22. Grayscale: #9B9B9B. Windows color (decimal): -2788643 or 14512853. OLE color: 14512853.

HSL color Cylindrical-coordinate representation of color #D572DD: hue angle of 295.51º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D572DD is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213114221-
CMYK0.040.4800.13
HSL295.51º61.14%65.69%-
HSV(B)295.51º48.42%86.67%-
XYZ46.5131.472.02-
YUV155.8164.8168.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 114 (44.92% from 255) = 20.80%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=38.87%
G=20.80%
B=40.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131142210.040.4800.13295.5161.1465.69
HexD572DD4300D1283d42
Octal32516233546001545075102
Binary11010101111001011011101100110000011011001010001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D572DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D572DD; }

 p { color: rgb(213,114,221); }

 H1.HeaderClassName
 {
   color: #D572DD;
 }
 .AnyTagClassName
 {
   color: #D572DD;
 }
</style>
background-color css

<style>
 a { background-color: #D572DD; }

 a { background-color: rgb(213,114,221); }

 div.DivClassName
 {
   background-color: #D572DD;
 }
 .BgClassName
 {
   background-color: #D572DD;
 }
</style>
border-color css

<style>
 span { border-color: #D572DD; }

 span { border-color: rgb(213,114,221); }

 td.TdClassName
 {
   border-color: #D572DD;
 }
 .TagClassName
 {
   border-color: #D572DD;
 }
</style>