#C97EF2

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

Shades of Heliotrope #C97EF2

Tints of Heliotrope #C97EF2

Color information

#C97EF2 (or 0xC97EF2) is unknown color: approx Heliotrope. HEX triplet: C9, 7E and F2. RGB value is (201,126,242). Sum of RGB (Red+Green+Blue) = 201+126+242=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #C97EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97EF2 is #36810D. Grayscale: #A1A1A1. Windows color (decimal): -3571982 or 15892169. OLE color: 15892169.

HSL color Cylindrical-coordinate representation of color #C97EF2: hue angle of 278.79º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C97EF2 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201126242-
CMYK0.170.4800.05
HSL278.79º81.69%72.16%-
HSV(B)278.79º47.93%94.9%-
XYZ47.5833.7588.01-
YUV161.65173.35156.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.33%
GREEN value IS 126 (49.61% from 255) = 22.14%
BLUE value IS 242 (94.92% from 255) = 42.53%
R=35.33%
G=22.14%
B=42.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011262420.170.4800.05278.7981.6972.16
HexC97EF21130051175248
Octal311176362216005427122110
Binary1100100111111101111001010001110000010110001011110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97EF2; }

 p { color: rgb(201,126,242); }

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

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

 a { background-color: rgb(201,126,242); }

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

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

 span { border-color: rgb(201,126,242); }

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