#D97CEA

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

Shades of Heliotrope #D97CEA

Tints of Heliotrope #D97CEA

Color information

#D97CEA (or 0xD97CEA) is unknown color: approx Heliotrope. HEX triplet: D9, 7C and EA. RGB value is (217,124,234). Sum of RGB (Red+Green+Blue) = 217+124+234=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #D97CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97CEA is #268315. Grayscale: #A4A4A4. Windows color (decimal): -2523926 or 15367385. OLE color: 15367385.

HSL color Cylindrical-coordinate representation of color #D97CEA: hue angle of 290.73º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97CEA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217124234-
CMYK0.070.4700.08
HSL290.73º72.37%70.2%-
HSV(B)290.73º47.01%91.76%-
XYZ50.6735.1181.95-
YUV164.35167.31165.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 124 (48.83% from 255) = 21.57%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=37.74%
G=21.57%
B=40.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171242340.070.4700.08290.7372.3770.2
HexD97CEA72F081234846
Octal331174352757010443110106
Binary110110011111100111010101111011110100010010001110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97CEA; }

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

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

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

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

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

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

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

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