Html Css Color HEX #C550FF Heliotrope

📋 copy color: '#C550FF'

red 197 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #C550FF

Tints of Heliotrope #C550FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.04%

 BLUE value IS 255 (100% from 255) = 47.93%

R = 37.03%
G = 15.04%
B = 47.93%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C550FF (or 0xC550FF) is known color: Heliotrope. HEX triplet: C5, 50 and FF. RGB value is (197,80,255). Sum of RGB (Red+Green+Blue) = 197+80+255=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #C550FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C550FF is #3AAF00. Grayscale: #868686. Windows color (decimal): -3845889 or 16732357. OLE color: 16732357.

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

Color convert

RGB 197 80 255 -
CMYK 0.23 0.69 0 0
HSL 280.11º 1% 0.66% -
HSV(B) 280.11º 0.69% 1% -
XYZ 43.94 24.83 97.08 -
YUV 134.93 195.76 172.27 -
System Red Green Blue C M Y K H S L
Decimal 197 80 255 0.23 0.69 0 0 280.11 1 0.66
Hex C5 50 FF 17 45 0 0 118 64 42
Octal 305 120 377 27 105 0 0 430 144 102
Binary 11000101 1010000 11111111 10111 1000101 0 0 100011000 1100100 1000010

Color Harmonies of #C550FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550FF

Black with #C550FF

Text Example


Text Example

White with #C550FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550FF; }

 p { color: rgb(197,80,255); }

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

background-color css

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

 a { background-color: rgb(197,80,255); }

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

border-color css

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

 span { border-color: rgb(197,80,255); }

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