#D981CC

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

Shades of Orchid #D981CC

Tints of Orchid #D981CC

Color information

#D981CC (or 0xD981CC) is unknown color: approx Orchid. HEX triplet: D9, 81 and CC. RGB value is (217,129,204). Sum of RGB (Red+Green+Blue) = 217+129+204=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D981CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981CC is #267E33. Grayscale: #A3A3A3. Windows color (decimal): -2522676 or 13402585. OLE color: 13402585.

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

Color convert

RGB217129204-
CMYK00.410.060.15
HSL308.86º53.66%67.84%-
HSV(B)308.86º40.55%85.1%-
XYZ47.3634.8161.35-
YUV163.86150.65165.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 129 (50.78% from 255) = 23.45%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=39.45%
G=23.45%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712920400.410.060.15308.8653.6667.84
HexD981CC0296F1353644
Octal33120131405161746566104
Binary110110011000000111001100010100111011111001101011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981CC; }

 p { color: rgb(217,129,204); }

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

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

 a { background-color: rgb(217,129,204); }

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

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

 span { border-color: rgb(217,129,204); }

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