#D97DCD

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

Shades of Orchid #D97DCD

Tints of Orchid #D97DCD

Color information

#D97DCD (or 0xD97DCD) is unknown color: approx Orchid. HEX triplet: D9, 7D and CD. RGB value is (217,125,205). Sum of RGB (Red+Green+Blue) = 217+125+205=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DCD is #268232. Grayscale: #A1A1A1. Windows color (decimal): -2523699 or 13467097. OLE color: 13467097.

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

Color convert

RGB217125205-
CMYK00.420.060.15
HSL307.83º54.76%67.06%-
HSV(B)307.83º42.4%85.1%-
XYZ46.9733.8361.81-
YUV161.63152.48167.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=39.67%
G=22.85%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712520500.420.060.15307.8354.7667.06
HexD97DCD02A6F1343743
Octal33117531505261746467103
Binary11011001111110111001101010101011011111001101001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DCD; }

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

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

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

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

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

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

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

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