#C476FD

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

Shades of Heliotrope #C476FD

Tints of Heliotrope #C476FD

Color information

#C476FD (or 0xC476FD) is unknown color: approx Heliotrope. HEX triplet: C4, 76 and FD. RGB value is (196,118,253). Sum of RGB (Red+Green+Blue) = 196+118+253=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #C476FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C476FD is #3B8902. Grayscale: #9C9C9C. Windows color (decimal): -3901699 or 16611012. OLE color: 16611012.

HSL color Cylindrical-coordinate representation of color #C476FD: hue angle of 274.67º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C476FD is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196118253-
CMYK0.230.5300.01
HSL274.67º97.12%72.75%-
HSV(B)274.67º53.36%99.22%-
XYZ46.9731.7896.59-
YUV156.71182.34156.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.57%
GREEN value IS 118 (46.48% from 255) = 20.81%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=34.57%
G=20.81%
B=44.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961182530.230.5300.01274.6797.1272.75
HexC476FD1735011136149
Octal304166375276501423141111
Binary11000100111011011111101101111101010110001001111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476FD; }

 p { color: rgb(196,118,253); }

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

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

 a { background-color: rgb(196,118,253); }

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

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

 span { border-color: rgb(196,118,253); }

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