#D883CE

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

Shades of Orchid #D883CE

Tints of Orchid #D883CE

Color information

#D883CE (or 0xD883CE) is unknown color: approx Orchid. HEX triplet: D8, 83 and CE. RGB value is (216,131,206). Sum of RGB (Red+Green+Blue) = 216+131+206=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D883CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883CE is #277C31. Grayscale: #A4A4A4. Windows color (decimal): -2587698 or 13534168. OLE color: 13534168.

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

Color convert

RGB216131206-
CMYK00.390.050.15
HSL307.06º52.15%68.04%-
HSV(B)307.06º39.35%84.71%-
XYZ47.5835.2962.7-
YUV164.96151.16164.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 131 (51.56% from 255) = 23.69%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=39.06%
G=23.69%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613120600.390.050.15307.0652.1568.04
HexD883CE0275F1333444
Octal33020331604751746364104
Binary110110001000001111001110010011110111111001100111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D883CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D883CE; }

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

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

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

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

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

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

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

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