#D885CF

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

Shades of Orchid #D885CF

Tints of Orchid #D885CF

Color information

#D885CF (or 0xD885CF) is unknown color: approx Orchid. HEX triplet: D8, 85 and CF. RGB value is (216,133,207). Sum of RGB (Red+Green+Blue) = 216+133+207=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D885CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885CF is #277A30. Grayscale: #A6A6A6. Windows color (decimal): -2587185 or 13600216. OLE color: 13600216.

HSL color Cylindrical-coordinate representation of color #D885CF: hue angle of 306.51º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D885CF is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB216133207-
CMYK00.380.040.15
HSL306.51º51.55%68.43%-
HSV(B)306.51º38.43%84.71%-
XYZ47.9735.8863.43-
YUV166.25151163.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=38.85%
G=23.92%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613320700.380.040.15306.5151.5568.43
HexD885CF0264F1333444
Octal33020531704641746364104
Binary110110001000010111001111010011010011111001100111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885CF; }

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

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

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

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

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

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

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

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