Html Css Color HEX #C558FC Heliotrope

📋 copy color: '#C558FC'

red 197 ◦ green 88 ◦ blue 252

#C558FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C558FC

Tints of Heliotrope #C558FC

RGB

 RED value IS 197 (77.34% from 255) = 36.69%

 GREEN value IS 88 (34.77% from 255) = 16.39%

 BLUE value IS 252 (98.83% from 255) = 46.93%

R = 36.69%
G = 16.39%
B = 46.93%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C558FC (or 0xC558FC) is known color: Heliotrope. HEX triplet: C5, 58 and FC. RGB value is (197,88,252). Sum of RGB (Red+Green+Blue) = 197+88+252=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #C558FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C558FC is #3AA703. Grayscale: #8A8A8A. Windows color (decimal): -3843844 or 16537797. OLE color: 16537797.

HSL color Cylindrical-coordinate representation of color #C558FC: hue angle of 279.88º degrees, saturation: 0.96, 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 #C558FC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 88 252 -
CMYK 0.22 0.65 0 0.01
HSL 279.88º 0.96% 0.67% -
HSV(B) 279.88º 0.65% 0.99% -
XYZ 44.09 25.88 94.77 -
YUV 139.29 191.61 169.16 -
System Red Green Blue C M Y K H S L
Decimal 197 88 252 0.22 0.65 0 0.01 279.88 0.96 0.67
Hex C5 58 FC 16 41 0 1 118 60 43
Octal 305 130 374 26 101 0 1 430 140 103
Binary 11000101 1011000 11111100 10110 1000001 0 1 100011000 1100000 1000011

Color Harmonies of #C558FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558FC

Black with #C558FC

Text Example


Text Example

White with #C558FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558FC; }

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

 H1.HeaderClassName
 {
   color: #C558FC;
 }
 .AnyTagClassName
 {
   color: #C558FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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