Html Css Color HEX #C55FFF Heliotrope

📋 copy color: '#C55FFF'

red 197 ◦ green 95 ◦ blue 255

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

Shades of Heliotrope #C55FFF

Tints of Heliotrope #C55FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.37%

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

R = 36.01%
G = 17.37%
B = 46.62%

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

#C55FFF (or 0xC55FFF) is known color: Heliotrope. HEX triplet: C5, 5F and FF. RGB value is (197,95,255). Sum of RGB (Red+Green+Blue) = 197+95+255=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #C55FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FFF is #3AA000. Grayscale: #8F8F8F. Windows color (decimal): -3842049 or 16736197. OLE color: 16736197.

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

Color convert

RGB 197 95 255 -
CMYK 0.23 0.63 0 0
HSL 278.25º 1% 0.69% -
HSV(B) 278.25º 0.63% 1% -
XYZ 45.17 27.27 97.49 -
YUV 143.74 190.79 165.99 -
System Red Green Blue C M Y K H S L
Decimal 197 95 255 0.23 0.63 0 0 278.25 1 0.69
Hex C5 5F FF 17 3F 0 0 116 64 45
Octal 305 137 377 27 77 0 0 426 144 105
Binary 11000101 1011111 11111111 10111 111111 0 0 100010110 1100100 1000101

Color Harmonies of #C55FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FFF

Black with #C55FFF

Text Example


Text Example

White with #C55FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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