#C97AE5

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

Shades of Heliotrope #C97AE5

Tints of Heliotrope #C97AE5

Color information

#C97AE5 (or 0xC97AE5) is unknown color: approx Heliotrope. HEX triplet: C9, 7A and E5. RGB value is (201,122,229). Sum of RGB (Red+Green+Blue) = 201+122+229=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #C97AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97AE5 is #36851A. Grayscale: #9D9D9D. Windows color (decimal): -3573019 or 15039177. OLE color: 15039177.

HSL color Cylindrical-coordinate representation of color #C97AE5: hue angle of 284.3º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C97AE5 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB201122229-
CMYK0.120.4700.10
HSL284.3º67.3%68.82%-
HSV(B)284.3º46.72%89.8%-
XYZ45.1931.9977.92-
YUV157.82168.17158.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.41%
GREEN value IS 122 (48.05% from 255) = 22.10%
BLUE value IS 229 (89.84% from 255) = 41.49%
R=36.41%
G=22.10%
B=41.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2011222290.120.4700.10284.367.368.82
HexC97AE5C2F0A11c4345
Octal3111723451457012434103105
Binary1100100111110101110010111001011110101010001110010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97AE5; }

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

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

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

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

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

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

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

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