#C45EF5

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

Shades of Heliotrope #C45EF5

Tints of Heliotrope #C45EF5

Color information

#C45EF5 (or 0xC45EF5) is unknown color: approx Heliotrope. HEX triplet: C4, 5E and F5. RGB value is (196,94,245). Sum of RGB (Red+Green+Blue) = 196+94+245=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 245 (96.09% from 255 or 45.79% from 535); Max value from RGB is 245 - color contains mainly: blue. Hex color #C45EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45EF5 is #3BA10A. Grayscale: #8D8D8D. Windows color (decimal): -3907851 or 16080580. OLE color: 16080580.

HSL color Cylindrical-coordinate representation of color #C45EF5: hue angle of 280.53º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C45EF5 is Cyan = 0.2, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19694245-
CMYK0.20.6200.04
HSL280.53º88.3%66.47%-
HSV(B)280.53º61.63%96.08%-
XYZ43.2526.3389.19-
YUV141.71186.29166.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.64%
GREEN value IS 94 (37.11% from 255) = 17.57%
BLUE value IS 245 (96.09% from 255) = 45.79%
R=36.64%
G=17.57%
B=45.79%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal196942450.20.6200.04280.5388.366.47
HexC45EF5143E041195842
Octal304136365247604431130102
Binary1100010010111101111010110100111110010010001100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45EF5; }

 p { color: rgb(196,94,245); }

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

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

 a { background-color: rgb(196,94,245); }

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

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

 span { border-color: rgb(196,94,245); }

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