#C37AF0

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

Shades of Heliotrope #C37AF0

Tints of Heliotrope #C37AF0

Color information

#C37AF0 (or 0xC37AF0) is unknown color: approx Heliotrope. HEX triplet: C3, 7A and F0. RGB value is (195,122,240). Sum of RGB (Red+Green+Blue) = 195+122+240=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #C37AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37AF0 is #3C850F. Grayscale: #9C9C9C. Windows color (decimal): -3966224 or 15760067. OLE color: 15760067.

HSL color Cylindrical-coordinate representation of color #C37AF0: hue angle of 277.12º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C37AF0 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195122240-
CMYK0.190.4900.06
HSL277.12º79.73%70.98%-
HSV(B)277.12º49.17%94.12%-
XYZ45.1931.8186.2-
YUV157.28174.68154.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.01%
GREEN value IS 122 (48.05% from 255) = 21.90%
BLUE value IS 240 (94.14% from 255) = 43.09%
R=35.01%
G=21.90%
B=43.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1951222400.190.4900.06277.1279.7370.98
HexC37AF01331061155047
Octal303172360236106425120107
Binary1100001111110101111000010011110001011010001010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37AF0; }

 p { color: rgb(195,122,240); }

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

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

 a { background-color: rgb(195,122,240); }

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

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

 span { border-color: rgb(195,122,240); }

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