#C475FE

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

Shades of Heliotrope #C475FE

Tints of Heliotrope #C475FE

Color information

#C475FE (or 0xC475FE) is unknown color: approx Heliotrope. HEX triplet: C4, 75 and FE. RGB value is (196,117,254). Sum of RGB (Red+Green+Blue) = 196+117+254=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #C475FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475FE is #3B8A01. Grayscale: #9B9B9B. Windows color (decimal): -3901954 or 16676292. OLE color: 16676292.

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

Color convert

RGB196117254-
CMYK0.230.5400.00
HSL274.6º98.56%72.75%-
HSV(B)274.6º53.94%99.61%-
XYZ47.0231.6197.39-
YUV156.24183.17156.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.57%
GREEN value IS 117 (46.09% from 255) = 20.63%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=34.57%
G=20.63%
B=44.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961172540.230.5400.00274.698.5672.75
HexC475FE1736001136349
Octal304165376276600423143111
Binary11000100111010111111110101111101100010001001111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475FE; }

 p { color: rgb(196,117,254); }

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

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

 a { background-color: rgb(196,117,254); }

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

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

 span { border-color: rgb(196,117,254); }

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