#C37EFA

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

Shades of Heliotrope #C37EFA

Tints of Heliotrope #C37EFA

Color information

#C37EFA (or 0xC37EFA) is unknown color: approx Heliotrope. HEX triplet: C3, 7E and FA. RGB value is (195,126,250). Sum of RGB (Red+Green+Blue) = 195+126+250=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #C37EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37EFA is #3C8105. Grayscale: #A0A0A0. Windows color (decimal): -3965190 or 16416451. OLE color: 16416451.

HSL color Cylindrical-coordinate representation of color #C37EFA: hue angle of 273.39º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C37EFA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195126250-
CMYK0.220.5000.02
HSL273.39º92.54%73.73%-
HSV(B)273.39º49.6%98.04%-
XYZ47.2233.4394.41-
YUV160.77178.36152.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.15%
GREEN value IS 126 (49.61% from 255) = 22.07%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=34.15%
G=22.07%
B=43.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951262500.220.5000.02273.3992.5473.73
HexC37EFA1632021115d4a
Octal303176372266202421135112
Binary110000111111110111110101011011001001010001000110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37EFA; }

 p { color: rgb(195,126,250); }

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

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

 a { background-color: rgb(195,126,250); }

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

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

 span { border-color: rgb(195,126,250); }

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