#D97DC9

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

Shades of Orchid #D97DC9

Tints of Orchid #D97DC9

Color information

#D97DC9 (or 0xD97DC9) is unknown color: approx Orchid. HEX triplet: D9, 7D and C9. RGB value is (217,125,201). Sum of RGB (Red+Green+Blue) = 217+125+201=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DC9 is #268236. Grayscale: #A0A0A0. Windows color (decimal): -2523703 or 13204953. OLE color: 13204953.

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

Color convert

RGB217125201-
CMYK00.420.070.15
HSL310.43º54.76%67.06%-
HSV(B)310.43º42.4%85.1%-
XYZ46.4933.6459.3-
YUV161.17150.48167.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 125 (49.22% from 255) = 23.02%
BLUE value IS 201 (78.91% from 255) = 37.02%
R=39.96%
G=23.02%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712520100.420.070.15310.4354.7667.06
HexD97DC902A7F1363743
Octal33117531105271746667103
Binary11011001111110111001001010101011111111001101101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DC9; }

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

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

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

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

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

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

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

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