#D97DCF

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

Shades of Orchid #D97DCF

Tints of Orchid #D97DCF

Color information

#D97DCF (or 0xD97DCF) is unknown color: approx Orchid. HEX triplet: D9, 7D and CF. RGB value is (217,125,207). Sum of RGB (Red+Green+Blue) = 217+125+207=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DCF is #268230. Grayscale: #A1A1A1. Windows color (decimal): -2523697 or 13598169. OLE color: 13598169.

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

Color convert

RGB217125207-
CMYK00.420.050.15
HSL306.52º54.76%67.06%-
HSV(B)306.52º42.4%85.1%-
XYZ47.2133.9263.09-
YUV161.86153.48167.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 125 (49.22% from 255) = 22.77%
BLUE value IS 207 (81.25% from 255) = 37.70%
R=39.53%
G=22.77%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712520700.420.050.15306.5254.7667.06
HexD97DCF02A5F1333743
Octal33117531705251746367103
Binary11011001111110111001111010101010111111001100111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DCF; }

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

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

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

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

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

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

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

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