#D889CE

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

Shades of Orchid #D889CE

Tints of Orchid #D889CE

Color information

#D889CE (or 0xD889CE) is unknown color: approx Orchid. HEX triplet: D8, 89 and CE. RGB value is (216,137,206). Sum of RGB (Red+Green+Blue) = 216+137+206=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D889CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889CE is #277631. Grayscale: #A8A8A8. Windows color (decimal): -2586162 or 13535704. OLE color: 13535704.

HSL color Cylindrical-coordinate representation of color #D889CE: hue angle of 307.59º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D889CE is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216137206-
CMYK00.370.050.15
HSL307.59º50.32%69.22%-
HSV(B)307.59º36.57%84.71%-
XYZ48.4136.9562.97-
YUV168.49149.17161.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 137 (53.91% from 255) = 24.51%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=38.64%
G=24.51%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613720600.370.050.15307.5950.3269.22
HexD889CE0255F1343245
Octal33021131604551746462105
Binary110110001000100111001110010010110111111001101001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889CE; }

 p { color: rgb(216,137,206); }

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

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

 a { background-color: rgb(216,137,206); }

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

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

 span { border-color: rgb(216,137,206); }

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