#D885DC

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

Shades of Orchid #D885DC

Tints of Orchid #D885DC

Color information

#D885DC (or 0xD885DC) is unknown color: approx Orchid. HEX triplet: D8, 85 and DC. RGB value is (216,133,220). Sum of RGB (Red+Green+Blue) = 216+133+220=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #D885DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885DC is #277A23. Grayscale: #A7A7A7. Windows color (decimal): -2587172 or 14452184. OLE color: 14452184.

HSL color Cylindrical-coordinate representation of color #D885DC: hue angle of 297.24º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D885DC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216133220-
CMYK0.020.4000.14
HSL297.24º55.41%69.22%-
HSV(B)297.24º39.55%86.27%-
XYZ49.6236.5472.15-
YUV167.74157.5162.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.96%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=37.96%
G=23.37%
B=38.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161332200.020.4000.14297.2455.4169.22
HexD885DC2280E1293745
Octal33020533425001645167105
Binary11011000100001011101110010101000011101001010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885DC; }

 p { color: rgb(216,133,220); }

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

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

 a { background-color: rgb(216,133,220); }

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

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

 span { border-color: rgb(216,133,220); }

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