#C37FF2

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

Shades of Heliotrope #C37FF2

Tints of Heliotrope #C37FF2

Color information

#C37FF2 (or 0xC37FF2) is unknown color: approx Heliotrope. HEX triplet: C3, 7F and F2. RGB value is (195,127,242). Sum of RGB (Red+Green+Blue) = 195+127+242=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #C37FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37FF2 is #3C800D. Grayscale: #A0A0A0. Windows color (decimal): -3964942 or 15892419. OLE color: 15892419.

HSL color Cylindrical-coordinate representation of color #C37FF2: hue angle of 275.48º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C37FF2 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195127242-
CMYK0.190.4800.05
HSL275.48º81.56%72.35%-
HSV(B)275.48º47.52%94.9%-
XYZ46.1233.1987.98-
YUV160.44174.03152.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.57%
GREEN value IS 127 (50% from 255) = 22.52%
BLUE value IS 242 (94.92% from 255) = 42.91%
R=34.57%
G=22.52%
B=42.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951272420.190.4800.05275.4881.5672.35
HexC37FF21330051135248
Octal303177362236005423122110
Binary1100001111111111111001010011110000010110001001110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37FF2; }

 p { color: rgb(195,127,242); }

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

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

 a { background-color: rgb(195,127,242); }

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

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

 span { border-color: rgb(195,127,242); }

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