Html Css Color HEX #C55EFF Heliotrope

📋 copy color: '#C55EFF'

red 197 ◦ green 94 ◦ blue 255

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

Shades of Heliotrope #C55EFF

Tints of Heliotrope #C55EFF

RGB

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

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

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

R = 36.08%
G = 17.22%
B = 46.7%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C55EFF (or 0xC55EFF) is known color: Heliotrope. HEX triplet: C5, 5E and FF. RGB value is (197,94,255). Sum of RGB (Red+Green+Blue) = 197+94+255=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #C55EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55EFF is #3AA100. Grayscale: #8E8E8E. Windows color (decimal): -3842305 or 16735941. OLE color: 16735941.

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

Color convert

RGB 197 94 255 -
CMYK 0.23 0.63 0 0
HSL 278.39º 1% 0.68% -
HSV(B) 278.39º 0.63% 1% -
XYZ 45.08 27.1 97.46 -
YUV 143.15 191.12 166.41 -
System Red Green Blue C M Y K H S L
Decimal 197 94 255 0.23 0.63 0 0 278.39 1 0.68
Hex C5 5E FF 17 3F 0 0 116 64 44
Octal 305 136 377 27 77 0 0 426 144 104
Binary 11000101 1011110 11111111 10111 111111 0 0 100010110 1100100 1000100

Color Harmonies of #C55EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EFF

Black with #C55EFF

Text Example


Text Example

White with #C55EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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