Html Css Color HEX #C558FB Heliotrope

📋 copy color: '#C558FB'

red 197 ◦ green 88 ◦ blue 251

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

Shades of Heliotrope #C558FB

Tints of Heliotrope #C558FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.83%

R = 36.75%
G = 16.42%
B = 46.83%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C558FB (or 0xC558FB) is known color: Heliotrope. HEX triplet: C5, 58 and FB. RGB value is (197,88,251). Sum of RGB (Red+Green+Blue) = 197+88+251=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #C558FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C558FB is #3AA704. Grayscale: #8A8A8A. Windows color (decimal): -3843845 or 16472261. OLE color: 16472261.

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

Color convert

RGB 197 88 251 -
CMYK 0.22 0.65 0 0.02
HSL 280.12º 0.95% 0.66% -
HSV(B) 280.12º 0.65% 0.98% -
XYZ 43.93 25.81 93.93 -
YUV 139.17 191.11 169.25 -
System Red Green Blue C M Y K H S L
Decimal 197 88 251 0.22 0.65 0 0.02 280.12 0.95 0.66
Hex C5 58 FB 16 41 0 2 118 5F 42
Octal 305 130 373 26 101 0 2 430 137 102
Binary 11000101 1011000 11111011 10110 1000001 0 10 100011000 1011111 1000010

Color Harmonies of #C558FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558FB

Black with #C558FB

Text Example


Text Example

White with #C558FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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