#D981CF

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

Shades of Orchid #D981CF

Tints of Orchid #D981CF

Color information

#D981CF (or 0xD981CF) is unknown color: approx Orchid. HEX triplet: D9, 81 and CF. RGB value is (217,129,207). Sum of RGB (Red+Green+Blue) = 217+129+207=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D981CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981CF is #267E30. Grayscale: #A3A3A3. Windows color (decimal): -2522673 or 13599193. OLE color: 13599193.

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

Color convert

RGB217129207-
CMYK00.410.050.15
HSL306.82º53.66%67.84%-
HSV(B)306.82º40.55%85.1%-
XYZ47.7334.9663.26-
YUV164.2152.15165.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=39.24%
G=23.33%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712920700.410.050.15306.8253.6667.84
HexD981CF0295F1333644
Octal33120131705151746366104
Binary110110011000000111001111010100110111111001100111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981CF; }

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

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

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

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

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

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

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

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