#C558FD

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

Shades of Heliotrope #C558FD

Tints of Heliotrope #C558FD

Color information

#C558FD (or 0xC558FD) is unknown color: approx Heliotrope. HEX triplet: C5, 58 and FD. RGB value is (197,88,253). Sum of RGB (Red+Green+Blue) = 197+88+253=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #C558FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C558FD is #3AA702. Grayscale: #8A8A8A. Windows color (decimal): -3843843 or 16603333. OLE color: 16603333.

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

Color convert

RGB19788253-
CMYK0.220.6500.01
HSL279.64º97.63%66.86%-
HSV(B)279.64º65.22%99.22%-
XYZ44.2525.9495.6-
YUV139.4192.11169.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.62%
GREEN value IS 88 (34.77% from 255) = 16.36%
BLUE value IS 253 (99.22% from 255) = 47.03%
R=36.62%
G=16.36%
B=47.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal197882530.220.6500.01279.6497.6366.86
HexC558FD1641011186243
Octal3051303752610101430142103
Binary110001011011000111111011011010000010110001100011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C558FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C558FD; }

 p { color: rgb(197,88,253); }

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

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

 a { background-color: rgb(197,88,253); }

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

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

 span { border-color: rgb(197,88,253); }

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