#D972C9

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

Shades of Orchid #D972C9

Tints of Orchid #D972C9

Color information

#D972C9 (or 0xD972C9) is unknown color: approx Orchid. HEX triplet: D9, 72 and C9. RGB value is (217,114,201). Sum of RGB (Red+Green+Blue) = 217+114+201=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D972C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972C9 is #268D36. Grayscale: #9A9A9A. Windows color (decimal): -2526519 or 13202137. OLE color: 13202137.

HSL color Cylindrical-coordinate representation of color #D972C9: hue angle of 309.32º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D972C9 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217114201-
CMYK00.470.070.15
HSL309.32º57.54%64.9%-
HSV(B)309.32º47.47%85.1%-
XYZ45.183158.86-
YUV154.71154.12172.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 114 (44.92% from 255) = 21.43%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=40.79%
G=21.43%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711420100.470.070.15309.3257.5464.9
HexD972C902F7F1353a41
Octal33116231105771746572101
Binary11011001111001011001001010111111111111001101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D972C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D972C9; }

 p { color: rgb(217,114,201); }

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

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

 a { background-color: rgb(217,114,201); }

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

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

 span { border-color: rgb(217,114,201); }

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