Html Css Color HEX #C55BF5 Heliotrope

📋 copy color: '#C55BF5'

red 197 ◦ green 91 ◦ blue 245

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

Shades of Heliotrope #C55BF5

Tints of Heliotrope #C55BF5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.07%

 BLUE value IS 245 (96.09% from 255) = 45.97%

R = 36.96%
G = 17.07%
B = 45.97%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C55BF5 (or 0xC55BF5) is known color: Heliotrope. HEX triplet: C5, 5B and F5. RGB value is (197,91,245). Sum of RGB (Red+Green+Blue) = 197+91+245=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 91 (35.94% from 255 or 17.07% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #C55BF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55BF5 is #3AA40A. Grayscale: #8B8B8B. Windows color (decimal): -3843083 or 16079813. OLE color: 16079813.

HSL color Cylindrical-coordinate representation of color #C55BF5: hue angle of 281.3º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C55BF5 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 91 245 -
CMYK 0.20 0.63 0 0.04
HSL 281.3º 0.89% 0.66% -
HSV(B) 281.3º 0.63% 0.96% -
XYZ 43.25 25.95 89.11 -
YUV 140.25 187.12 168.48 -
System Red Green Blue C M Y K H S L
Decimal 197 91 245 0.20 0.63 0 0.04 281.3 0.89 0.66
Hex C5 5B F5 14 3F 0 4 119 59 42
Octal 305 133 365 24 77 0 4 431 131 102
Binary 11000101 1011011 11110101 10100 111111 0 100 100011001 1011001 1000010

Color Harmonies of #C55BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BF5

Black with #C55BF5

Text Example


Text Example

White with #C55BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BF5; }

 p { color: rgb(197,91,245); }

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

background-color css

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

 a { background-color: rgb(197,91,245); }

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

border-color css

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

 span { border-color: rgb(197,91,245); }

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