#D979CB

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

Shades of Orchid #D979CB

Tints of Orchid #D979CB

Color information

#D979CB (or 0xD979CB) is unknown color: approx Orchid. HEX triplet: D9, 79 and CB. RGB value is (217,121,203). Sum of RGB (Red+Green+Blue) = 217+121+203=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D979CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979CB is #268634. Grayscale: #9E9E9E. Windows color (decimal): -2524725 or 13335001. OLE color: 13335001.

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

Color convert

RGB217121203-
CMYK00.440.060.15
HSL308.75º55.81%66.27%-
HSV(B)308.75º44.24%85.1%-
XYZ46.2332.7460.38-
YUV159.05152.8169.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 121 (47.66% from 255) = 22.37%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=40.11%
G=22.37%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712120300.440.060.15308.7555.8166.27
HexD979CB02C6F1353842
Octal33117131305461746570102
Binary11011001111100111001011010110011011111001101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D979CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D979CB; }

 p { color: rgb(217,121,203); }

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

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

 a { background-color: rgb(217,121,203); }

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

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

 span { border-color: rgb(217,121,203); }

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