#C45CFF

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

Shades of Heliotrope #C45CFF

Tints of Heliotrope #C45CFF

Color information

#C45CFF (or 0xC45CFF) is unknown color: approx Heliotrope. HEX triplet: C4, 5C and FF. RGB value is (196,92,255). Sum of RGB (Red+Green+Blue) = 196+92+255=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #C45CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45CFF is #3BA300. Grayscale: #8D8D8D. Windows color (decimal): -3908353 or 16735428. OLE color: 16735428.

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

Color convert

RGB19692255-
CMYK0.230.6400
HSL278.28º100%68.04%-
HSV(B)278.28º63.92%100%-
XYZ44.6426.6197.39-
YUV141.68191.96166.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 92 (36.33% from 255) = 16.94%
BLUE value IS 255 (100% from 255) = 46.96%
R=36.10%
G=16.94%
B=46.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal196922550.230.6400278.2810068.04
HexC45CFF1740001166444
Octal3041343772710000426144104
Binary110001001011100111111111011110000000010001011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45CFF; }

 p { color: rgb(196,92,255); }

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

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

 a { background-color: rgb(196,92,255); }

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

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

 span { border-color: rgb(196,92,255); }

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