Html Css Color HEX #C55CFF Heliotrope

📋 copy color: '#C55CFF'

red 197 ◦ green 92 ◦ blue 255

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

Shades of Heliotrope #C55CFF

Tints of Heliotrope #C55CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.91%

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

R = 36.21%
G = 16.91%
B = 46.88%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C55CFF (or 0xC55CFF) is known color: Heliotrope. HEX triplet: C5, 5C and FF. RGB value is (197,92,255). Sum of RGB (Red+Green+Blue) = 197+92+255=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #C55CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CFF is #3AA300. Grayscale: #8D8D8D. Windows color (decimal): -3842817 or 16735429. OLE color: 16735429.

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

Color convert

RGB 197 92 255 -
CMYK 0.23 0.64 0 0
HSL 278.65º 1% 0.68% -
HSV(B) 278.65º 0.64% 1% -
XYZ 44.9 26.74 97.4 -
YUV 141.98 191.79 167.25 -
System Red Green Blue C M Y K H S L
Decimal 197 92 255 0.23 0.64 0 0 278.65 1 0.68
Hex C5 5C FF 17 40 0 0 117 64 44
Octal 305 134 377 27 100 0 0 427 144 104
Binary 11000101 1011100 11111111 10111 1000000 0 0 100010111 1100100 1000100

Color Harmonies of #C55CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CFF

Black with #C55CFF

Text Example


Text Example

White with #C55CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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