#C45AFF

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

Shades of Heliotrope #C45AFF

Tints of Heliotrope #C45AFF

Color information

#C45AFF (or 0xC45AFF) is unknown color: approx Heliotrope. HEX triplet: C4, 5A and FF. RGB value is (196,90,255). Sum of RGB (Red+Green+Blue) = 196+90+255=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #C45AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45AFF is #3BA500. Grayscale: #8B8B8B. Windows color (decimal): -3908865 or 16734916. OLE color: 16734916.

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

Color convert

RGB19690255-
CMYK0.230.6500
HSL278.55º100%67.65%-
HSV(B)278.55º64.71%100%-
XYZ44.4726.2797.33-
YUV140.5192.62167.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 90 (35.55% from 255) = 16.64%
BLUE value IS 255 (100% from 255) = 47.13%
R=36.23%
G=16.64%
B=47.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal196902550.230.6500278.5510067.65
HexC45AFF1741001176444
Octal3041323772710100427144104
Binary110001001011010111111111011110000010010001011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45AFF; }

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

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

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

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

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

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

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

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