#C97FEA

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

Shades of Heliotrope #C97FEA

Tints of Heliotrope #C97FEA

Color information

#C97FEA (or 0xC97FEA) is unknown color: approx Heliotrope. HEX triplet: C9, 7F and EA. RGB value is (201,127,234). Sum of RGB (Red+Green+Blue) = 201+127+234=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #C97FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97FEA is #368015. Grayscale: #A0A0A0. Windows color (decimal): -3571734 or 15368137. OLE color: 15368137.

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

Color convert

RGB201127234-
CMYK0.140.4600.08
HSL281.5º71.81%70.78%-
HSV(B)281.5º45.73%91.76%-
XYZ46.5333.5481.86-
YUV161.32169.02156.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.77%
GREEN value IS 127 (50% from 255) = 22.60%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=35.77%
G=22.60%
B=41.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011272340.140.4600.08281.571.8170.78
HexC97FEAE2E081194847
Octal3111773521656010431110107
Binary1100100111111111110101011101011100100010001100110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97FEA; }

 p { color: rgb(201,127,234); }

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

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

 a { background-color: rgb(201,127,234); }

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

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

 span { border-color: rgb(201,127,234); }

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