#D880C7

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

Shades of Orchid #D880C7

Tints of Orchid #D880C7

Color information

#D880C7 (or 0xD880C7) is unknown color: approx Orchid. HEX triplet: D8, 80 and C7. RGB value is (216,128,199). Sum of RGB (Red+Green+Blue) = 216+128+199=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D880C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880C7 is #277F38. Grayscale: #A2A2A2. Windows color (decimal): -2588473 or 13074648. OLE color: 13074648.

HSL color Cylindrical-coordinate representation of color #D880C7: hue angle of 311.59º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D880C7 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB216128199-
CMYK00.410.080.15
HSL311.59º53.01%67.45%-
HSV(B)311.59º40.74%84.71%-
XYZ46.3534.1658.18-
YUV162.41148.65166.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 128 (50.39% from 255) = 23.57%
BLUE value IS 199 (78.12% from 255) = 36.65%
R=39.78%
G=23.57%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612819900.410.080.15311.5953.0167.45
HexD880C70298F1383543
Octal330200307051101747065103
Binary1101100010000000110001110101001100011111001110001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D880C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D880C7; }

 p { color: rgb(216,128,199); }

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

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

 a { background-color: rgb(216,128,199); }

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

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

 span { border-color: rgb(216,128,199); }

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