#C473FC

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

Shades of Heliotrope #C473FC

Tints of Heliotrope #C473FC

Color information

#C473FC (or 0xC473FC) is unknown color: approx Heliotrope. HEX triplet: C4, 73 and FC. RGB value is (196,115,252). Sum of RGB (Red+Green+Blue) = 196+115+252=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #C473FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C473FC is #3B8C03. Grayscale: #9A9A9A. Windows color (decimal): -3902468 or 16544708. OLE color: 16544708.

HSL color Cylindrical-coordinate representation of color #C473FC: hue angle of 275.47º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C473FC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196115252-
CMYK0.220.5400.01
HSL275.47º95.8%71.96%-
HSV(B)275.47º54.37%98.82%-
XYZ46.4731.0395.63-
YUV154.84182.84157.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 115 (45.31% from 255) = 20.43%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=34.81%
G=20.43%
B=44.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961152520.220.5400.01275.4795.871.96
HexC473FC1636011136048
Octal304163374266601423140110
Binary11000100111001111111100101101101100110001001111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C473FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C473FC; }

 p { color: rgb(196,115,252); }

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

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

 a { background-color: rgb(196,115,252); }

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

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

 span { border-color: rgb(196,115,252); }

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