#D97CD0

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

Shades of Orchid #D97CD0

Tints of Orchid #D97CD0

Color information

#D97CD0 (or 0xD97CD0) is unknown color: approx Orchid. HEX triplet: D9, 7C and D0. RGB value is (217,124,208). Sum of RGB (Red+Green+Blue) = 217+124+208=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CD0 is #26832F. Grayscale: #A1A1A1. Windows color (decimal): -2523952 or 13663449. OLE color: 13663449.

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

Color convert

RGB217124208-
CMYK00.430.040.15
HSL305.81º55.03%66.86%-
HSV(B)305.81º42.86%85.1%-
XYZ47.2133.7263.7-
YUV161.38154.31167.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 124 (48.83% from 255) = 22.59%
BLUE value IS 208 (81.64% from 255) = 37.89%
R=39.53%
G=22.59%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712420800.430.040.15305.8155.0366.86
HexD97CD002B4F1323743
Octal33117432005341746267103
Binary11011001111110011010000010101110011111001100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97CD0; }

 p { color: rgb(217,124,208); }

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

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

 a { background-color: rgb(217,124,208); }

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

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

 span { border-color: rgb(217,124,208); }

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