#D880C4

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

Shades of Orchid #D880C4

Tints of Orchid #D880C4

Color information

#D880C4 (or 0xD880C4) is unknown color: approx Orchid. HEX triplet: D8, 80 and C4. RGB value is (216,128,196). Sum of RGB (Red+Green+Blue) = 216+128+196=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D880C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880C4 is #277F3B. Grayscale: #A1A1A1. Windows color (decimal): -2588476 or 12878040. OLE color: 12878040.

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

Color convert

RGB216128196-
CMYK00.410.090.15
HSL313.64º53.01%67.45%-
HSV(B)313.64º40.74%84.71%-
XYZ4634.0256.37-
YUV162.06147.15166.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 196 (76.95% from 255) = 36.30%
R=40%
G=23.70%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612819600.410.090.15313.6453.0167.45
HexD880C40299F13a3543
Octal330200304051111747265103
Binary1101100010000000110001000101001100111111001110101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D880C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D880C4; }

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

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

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

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

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

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

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

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