#D882C6

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

Shades of Orchid #D882C6

Tints of Orchid #D882C6

Color information

#D882C6 (or 0xD882C6) is unknown color: approx Orchid. HEX triplet: D8, 82 and C6. RGB value is (216,130,198). Sum of RGB (Red+Green+Blue) = 216+130+198=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D882C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882C6 is #277D39. Grayscale: #A3A3A3. Windows color (decimal): -2587962 or 13009624. OLE color: 13009624.

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

Color convert

RGB216130198-
CMYK00.400.080.15
HSL312.56º52.44%67.84%-
HSV(B)312.56º39.81%84.71%-
XYZ46.4934.6457.66-
YUV163.47147.49165.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 198 (77.73% from 255) = 36.40%
R=39.71%
G=23.90%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613019800.400.080.15312.5652.4467.84
HexD882C60288F1393444
Octal330202306050101747164104
Binary1101100010000010110001100101000100011111001110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D882C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D882C6; }

 p { color: rgb(216,130,198); }

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

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

 a { background-color: rgb(216,130,198); }

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

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

 span { border-color: rgb(216,130,198); }

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