#D872D2

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

Shades of Orchid #D872D2

Tints of Orchid #D872D2

Color information

#D872D2 (or 0xD872D2) is unknown color: approx Orchid. HEX triplet: D8, 72 and D2. RGB value is (216,114,210). Sum of RGB (Red+Green+Blue) = 216+114+210=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D872D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872D2 is #278D2D. Grayscale: #9B9B9B. Windows color (decimal): -2592046 or 13791960. OLE color: 13791960.

HSL color Cylindrical-coordinate representation of color #D872D2: hue angle of 303.53º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D872D2 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216114210-
CMYK00.470.030.15
HSL303.53º56.67%64.71%-
HSV(B)303.53º47.22%84.71%-
XYZ45.9731.2964.59-
YUV155.44158.79171.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 21.11%
BLUE value IS 210 (82.42% from 255) = 38.89%
R=40%
G=21.11%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611421000.470.030.15303.5356.6764.71
HexD872D202F3F1303941
Octal33016232205731746071101
Binary1101100011100101101001001011111111111001100001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D872D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D872D2; }

 p { color: rgb(216,114,210); }

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

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

 a { background-color: rgb(216,114,210); }

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

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

 span { border-color: rgb(216,114,210); }

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