#D881C4

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

Shades of Orchid #D881C4

Tints of Orchid #D881C4

Color information

#D881C4 (or 0xD881C4) is unknown color: approx Orchid. HEX triplet: D8, 81 and C4. RGB value is (216,129,196). Sum of RGB (Red+Green+Blue) = 216+129+196=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D881C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881C4 is #277E3B. Grayscale: #A2A2A2. Windows color (decimal): -2588220 or 12878296. OLE color: 12878296.

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

Color convert

RGB216129196-
CMYK00.400.090.15
HSL313.79º52.73%67.65%-
HSV(B)313.79º40.28%84.71%-
XYZ46.1334.2856.41-
YUV162.65146.82166.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 129 (50.78% from 255) = 23.84%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=39.93%
G=23.84%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612919600.400.090.15313.7952.7367.65
HexD881C40289F13a3544
Octal330201304050111747265104
Binary1101100010000001110001000101000100111111001110101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881C4; }

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

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

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

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

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

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

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

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