#C474FD

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

Shades of Heliotrope #C474FD

Tints of Heliotrope #C474FD

Color information

#C474FD (or 0xC474FD) is unknown color: approx Heliotrope. HEX triplet: C4, 74 and FD. RGB value is (196,116,253). Sum of RGB (Red+Green+Blue) = 196+116+253=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #C474FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C474FD is #3B8B02. Grayscale: #9B9B9B. Windows color (decimal): -3902211 or 16610500. OLE color: 16610500.

HSL color Cylindrical-coordinate representation of color #C474FD: hue angle of 275.04º degrees, saturation: 0.97, 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 #C474FD is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196116253-
CMYK0.230.5400.01
HSL275.04º97.16%72.35%-
HSV(B)275.04º54.15%99.22%-
XYZ46.7431.3296.51-
YUV155.54183156.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.69%
GREEN value IS 116 (45.70% from 255) = 20.53%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=34.69%
G=20.53%
B=44.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961162530.230.5400.01275.0497.1672.35
HexC474FD1736011136148
Octal304164375276601423141110
Binary11000100111010011111101101111101100110001001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C474FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C474FD; }

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

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

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

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

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

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

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

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