#C45EFE

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

Shades of Heliotrope #C45EFE

Tints of Heliotrope #C45EFE

Color information

#C45EFE (or 0xC45EFE) is unknown color: approx Heliotrope. HEX triplet: C4, 5E and FE. RGB value is (196,94,254). Sum of RGB (Red+Green+Blue) = 196+94+254=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #C45EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45EFE is #3BA101. Grayscale: #8E8E8E. Windows color (decimal): -3907842 or 16670404. OLE color: 16670404.

HSL color Cylindrical-coordinate representation of color #C45EFE: hue angle of 278.25º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C45EFE is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19694254-
CMYK0.230.6300.00
HSL278.25º98.77%68.24%-
HSV(B)278.25º62.99%99.61%-
XYZ44.6626.996.6-
YUV142.74190.79165.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 94 (37.11% from 255) = 17.28%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=36.03%
G=17.28%
B=46.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal196942540.230.6300.00278.2598.7768.24
HexC45EFE173F001166344
Octal304136376277700426143104
Binary11000100101111011111110101111111110010001011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45EFE; }

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

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

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

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

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

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

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

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