#C45FFA

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

Shades of Heliotrope #C45FFA

Tints of Heliotrope #C45FFA

Color information

#C45FFA (or 0xC45FFA) is unknown color: approx Heliotrope. HEX triplet: C4, 5F and FA. RGB value is (196,95,250). Sum of RGB (Red+Green+Blue) = 196+95+250=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #C45FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45FFA is #3BA005. Grayscale: #8E8E8E. Windows color (decimal): -3907590 or 16408516. OLE color: 16408516.

HSL color Cylindrical-coordinate representation of color #C45FFA: hue angle of 279.1º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C45FFA is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19695250-
CMYK0.220.6200.02
HSL279.1º93.94%67.65%-
HSV(B)279.1º62%98.04%-
XYZ44.1126.8293.29-
YUV142.87188.46165.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 95 (37.5% from 255) = 17.56%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=36.23%
G=17.56%
B=46.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal196952500.220.6200.02279.193.9467.65
HexC45FFA163E021175e44
Octal304137372267602427136104
Binary110001001011111111110101011011111001010001011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45FFA; }

 p { color: rgb(196,95,250); }

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

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

 a { background-color: rgb(196,95,250); }

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

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

 span { border-color: rgb(196,95,250); }

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