#D977CF

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

Shades of Orchid #D977CF

Tints of Orchid #D977CF

Color information

#D977CF (or 0xD977CF) is unknown color: approx Orchid. HEX triplet: D9, 77 and CF. RGB value is (217,119,207). Sum of RGB (Red+Green+Blue) = 217+119+207=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D977CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977CF is #268830. Grayscale: #9E9E9E. Windows color (decimal): -2525233 or 13596633. OLE color: 13596633.

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

Color convert

RGB217119207-
CMYK00.450.050.15
HSL306.12º56.32%65.88%-
HSV(B)306.12º45.16%85.1%-
XYZ46.4732.4562.85-
YUV158.33155.47169.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 119 (46.88% from 255) = 21.92%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=39.96%
G=21.92%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711920700.450.050.15306.1256.3265.88
HexD977CF02D5F1323842
Octal33116731705551746270102
Binary11011001111011111001111010110110111111001100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977CF; }

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

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

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

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

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

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

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

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