#C97AFE

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

Shades of Heliotrope #C97AFE

Tints of Heliotrope #C97AFE

Color information

#C97AFE (or 0xC97AFE) is unknown color: approx Heliotrope. HEX triplet: C9, 7A and FE. RGB value is (201,122,254). Sum of RGB (Red+Green+Blue) = 201+122+254=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #C97AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97AFE is #368501. Grayscale: #A0A0A0. Windows color (decimal): -3572994 or 16677577. OLE color: 16677577.

HSL color Cylindrical-coordinate representation of color #C97AFE: hue angle of 275.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C97AFE is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201122254-
CMYK0.210.5200.00
HSL275.91º98.51%73.73%-
HSV(B)275.91º51.97%99.61%-
XYZ48.9433.4997.65-
YUV160.67180.67156.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.84%
GREEN value IS 122 (48.05% from 255) = 21.14%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=34.84%
G=21.14%
B=44.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011222540.210.5200.00275.9198.5173.73
HexC97AFE153400114634a
Octal311172376256400424143112
Binary11001001111101011111110101011101000010001010011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97AFE; }

 p { color: rgb(201,122,254); }

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

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

 a { background-color: rgb(201,122,254); }

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

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

 span { border-color: rgb(201,122,254); }

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