#D97CED

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

Shades of Heliotrope #D97CED

Tints of Heliotrope #D97CED

Color information

#D97CED (or 0xD97CED) is unknown color: approx Heliotrope. HEX triplet: D9, 7C and ED. RGB value is (217,124,237). Sum of RGB (Red+Green+Blue) = 217+124+237=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #D97CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97CED is #268312. Grayscale: #A4A4A4. Windows color (decimal): -2523923 or 15563993. OLE color: 15563993.

HSL color Cylindrical-coordinate representation of color #D97CED: hue angle of 289.38º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97CED is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217124237-
CMYK0.080.4800.07
HSL289.38º75.84%70.78%-
HSV(B)289.38º47.68%92.94%-
XYZ51.1135.2884.24-
YUV164.69168.81165.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.54%
GREEN value IS 124 (48.83% from 255) = 21.45%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=37.54%
G=21.45%
B=41.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171242370.080.4800.07289.3875.8470.78
HexD97CED830071214c47
Octal331174355106007441114107
Binary110110011111100111011011000110000011110010000110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97CED; }

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

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

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

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

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

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

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

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