#D883CD

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

Shades of Orchid #D883CD

Tints of Orchid #D883CD

Color information

#D883CD (or 0xD883CD) is unknown color: approx Orchid. HEX triplet: D8, 83 and CD. RGB value is (216,131,205). Sum of RGB (Red+Green+Blue) = 216+131+205=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D883CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883CD is #277C32. Grayscale: #A4A4A4. Windows color (decimal): -2587699 or 13468632. OLE color: 13468632.

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

Color convert

RGB216131205-
CMYK00.390.050.15
HSL307.76º52.15%68.04%-
HSV(B)307.76º39.35%84.71%-
XYZ47.4535.2462.06-
YUV164.85150.66164.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.13%
GREEN value IS 131 (51.56% from 255) = 23.73%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=39.13%
G=23.73%
B=37.14%

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
Decimal21613120500.390.050.15307.7652.1568.04
HexD883CD0275F1343444
Octal33020331504751746464104
Binary110110001000001111001101010011110111111001101001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D883CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D883CD; }

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

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

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

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

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

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

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

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