#C37BF2

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

Shades of Heliotrope #C37BF2

Tints of Heliotrope #C37BF2

Color information

#C37BF2 (or 0xC37BF2) is unknown color: approx Heliotrope. HEX triplet: C3, 7B and F2. RGB value is (195,123,242). Sum of RGB (Red+Green+Blue) = 195+123+242=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #C37BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37BF2 is #3C840D. Grayscale: #9D9D9D. Windows color (decimal): -3965966 or 15891395. OLE color: 15891395.

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

Color convert

RGB195123242-
CMYK0.190.4900.05
HSL276.3º82.07%71.57%-
HSV(B)276.3º49.17%94.9%-
XYZ45.6232.1887.81-
YUV158.09175.35154.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.82%
GREEN value IS 123 (48.44% from 255) = 21.96%
BLUE value IS 242 (94.92% from 255) = 43.21%
R=34.82%
G=21.96%
B=43.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951232420.190.4900.05276.382.0771.57
HexC37BF21331051145248
Octal303173362236105424122110
Binary1100001111110111111001010011110001010110001010010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37BF2; }

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

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

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

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

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

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

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

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