Html Css Color HEX #C55EF5 Heliotrope

📋 copy color: '#C55EF5'

red 197 ◦ green 94 ◦ blue 245

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

Shades of Heliotrope #C55EF5

Tints of Heliotrope #C55EF5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.54%

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

R = 36.75%
G = 17.54%
B = 45.71%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C55EF5 (or 0xC55EF5) is known color: Heliotrope. HEX triplet: C5, 5E and F5. RGB value is (197,94,245). Sum of RGB (Red+Green+Blue) = 197+94+245=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 245 (96.09% from 255 or 45.71% from 536); Max value from RGB is 245 - color contains mainly: blue. Hex color #C55EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EF5 is #3AA10A. Grayscale: #8D8D8D. Windows color (decimal): -3842315 or 16080581. OLE color: 16080581.

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

Color convert

RGB 197 94 245 -
CMYK 0.20 0.62 0 0.04
HSL 280.93º 0.88% 0.66% -
HSV(B) 280.93º 0.62% 0.96% -
XYZ 43.51 26.47 89.2 -
YUV 142.01 186.12 167.22 -
System Red Green Blue C M Y K H S L
Decimal 197 94 245 0.20 0.62 0 0.04 280.93 0.88 0.66
Hex C5 5E F5 14 3E 0 4 119 58 42
Octal 305 136 365 24 76 0 4 431 130 102
Binary 11000101 1011110 11110101 10100 111110 0 100 100011001 1011000 1000010

Color Harmonies of #C55EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EF5

Black with #C55EF5

Text Example


Text Example

White with #C55EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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