#D883CC

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

Shades of Orchid #D883CC

Tints of Orchid #D883CC

Color information

#D883CC (or 0xD883CC) is unknown color: approx Orchid. HEX triplet: D8, 83 and CC. RGB value is (216,131,204). Sum of RGB (Red+Green+Blue) = 216+131+204=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D883CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883CC is #277C33. Grayscale: #A4A4A4. Windows color (decimal): -2587700 or 13403096. OLE color: 13403096.

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

Color convert

RGB216131204-
CMYK00.390.060.15
HSL308.47º52.15%68.04%-
HSV(B)308.47º39.35%84.71%-
XYZ47.3335.1961.42-
YUV164.74150.16164.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.20%
GREEN value IS 131 (51.56% from 255) = 23.77%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=39.20%
G=23.77%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613120400.390.060.15308.4752.1568.04
HexD883CC0276F1343444
Octal33020331404761746464104
Binary110110001000001111001100010011111011111001101001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D883CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D883CC; }

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

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

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

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

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

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

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

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