#C45BFA

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

Shades of Heliotrope #C45BFA

Tints of Heliotrope #C45BFA

Color information

#C45BFA (or 0xC45BFA) is unknown color: approx Heliotrope. HEX triplet: C4, 5B and FA. RGB value is (196,91,250). Sum of RGB (Red+Green+Blue) = 196+91+250=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #C45BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45BFA is #3BA405. Grayscale: #8B8B8B. Windows color (decimal): -3908614 or 16407492. OLE color: 16407492.

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

Color convert

RGB19691250-
CMYK0.220.6400.02
HSL279.62º94.08%66.86%-
HSV(B)279.62º63.6%98.04%-
XYZ43.7626.1293.18-
YUV140.52189.79167.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.50%
GREEN value IS 91 (35.94% from 255) = 16.95%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=36.50%
G=16.95%
B=46.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal196912500.220.6400.02279.6294.0866.86
HexC45BFA1640021185e43
Octal3041333722610002430136103
Binary1100010010110111111101010110100000001010001100010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45BFA; }

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

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

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

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

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

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

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

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