#D888CA

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

Shades of Orchid #D888CA

Tints of Orchid #D888CA

Color information

#D888CA (or 0xD888CA) is unknown color: approx Orchid. HEX triplet: D8, 88 and CA. RGB value is (216,136,202). Sum of RGB (Red+Green+Blue) = 216+136+202=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D888CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888CA is #277735. Grayscale: #A7A7A7. Windows color (decimal): -2586422 or 13273304. OLE color: 13273304.

HSL color Cylindrical-coordinate representation of color #D888CA: hue angle of 310.5º degrees, saturation: 0.51, 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 #D888CA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216136202-
CMYK00.370.060.15
HSL310.5º50.63%69.02%-
HSV(B)310.5º37.04%84.71%-
XYZ47.7836.4760.4-
YUV167.44147.5162.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 136 (53.52% from 255) = 24.55%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=38.99%
G=24.55%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613620200.370.060.15310.550.6369.02
HexD888CA0256F1363345
Octal33021031204561746663105
Binary110110001000100011001010010010111011111001101101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D888CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D888CA; }

 p { color: rgb(216,136,202); }

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

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

 a { background-color: rgb(216,136,202); }

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

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

 span { border-color: rgb(216,136,202); }

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