#C97DEC

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

Shades of Heliotrope #C97DEC

Tints of Heliotrope #C97DEC

Color information

#C97DEC (or 0xC97DEC) is unknown color: approx Heliotrope. HEX triplet: C9, 7D and EC. RGB value is (201,125,236). Sum of RGB (Red+Green+Blue) = 201+125+236=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #C97DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97DEC is #368213. Grayscale: #A0A0A0. Windows color (decimal): -3572244 or 15498697. OLE color: 15498697.

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

Color convert

RGB201125236-
CMYK0.150.4700.07
HSL281.08º74.5%70.78%-
HSV(B)281.08º47.03%92.55%-
XYZ46.5633.1483.3-
YUV160.38170.68156.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.77%
GREEN value IS 125 (49.22% from 255) = 22.24%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=35.77%
G=22.24%
B=41.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011252360.150.4700.07281.0874.570.78
HexC97DECF2F071194a47
Octal311175354175707431112107
Binary110010011111101111011001111101111011110001100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97DEC; }

 p { color: rgb(201,125,236); }

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

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

 a { background-color: rgb(201,125,236); }

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

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

 span { border-color: rgb(201,125,236); }

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