#C372F9

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

Shades of Heliotrope #C372F9

Tints of Heliotrope #C372F9

Color information

#C372F9 (or 0xC372F9) is unknown color: approx Heliotrope. HEX triplet: C3, 72 and F9. RGB value is (195,114,249). Sum of RGB (Red+Green+Blue) = 195+114+249=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #C372F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C372F9 is #3C8D06. Grayscale: #999999. Windows color (decimal): -3968263 or 16347843. OLE color: 16347843.

HSL color Cylindrical-coordinate representation of color #C372F9: hue angle of 276º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C372F9 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195114249-
CMYK0.220.5400.02
HSL276º91.84%71.18%-
HSV(B)276º54.22%97.65%-
XYZ45.6230.4893.1-
YUV153.61181.84157.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.95%
GREEN value IS 114 (44.92% from 255) = 20.43%
BLUE value IS 249 (97.66% from 255) = 44.62%
R=34.95%
G=20.43%
B=44.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951142490.220.5400.0227691.8471.18
HexC372F91636021145c47
Octal303162371266602424134107
Binary110000111110010111110011011011011001010001010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C372F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C372F9; }

 p { color: rgb(195,114,249); }

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

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

 a { background-color: rgb(195,114,249); }

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

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

 span { border-color: rgb(195,114,249); }

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