Html Css Color HEX #C55CF6 Heliotrope

📋 copy color: '#C55CF6'

red 197 ◦ green 92 ◦ blue 246

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

Shades of Heliotrope #C55CF6

Tints of Heliotrope #C55CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.98%

R = 36.82%
G = 17.2%
B = 45.98%

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

#C55CF6 (or 0xC55CF6) is known color: Heliotrope. HEX triplet: C5, 5C and F6. RGB value is (197,92,246). Sum of RGB (Red+Green+Blue) = 197+92+246=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #C55CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55CF6 is #3AA309. Grayscale: #8C8C8C. Windows color (decimal): -3842826 or 16145605. OLE color: 16145605.

HSL color Cylindrical-coordinate representation of color #C55CF6: hue angle of 280.91º degrees, saturation: 0.9, 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 #C55CF6 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 92 246 -
CMYK 0.20 0.63 0 0.04
HSL 280.91º 0.9% 0.66% -
HSV(B) 280.91º 0.63% 0.96% -
XYZ 43.49 26.18 89.95 -
YUV 140.95 187.29 167.98 -
System Red Green Blue C M Y K H S L
Decimal 197 92 246 0.20 0.63 0 0.04 280.91 0.9 0.66
Hex C5 5C F6 14 3F 0 4 119 5A 42
Octal 305 134 366 24 77 0 4 431 132 102
Binary 11000101 1011100 11110110 10100 111111 0 100 100011001 1011010 1000010

Color Harmonies of #C55CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CF6

Black with #C55CF6

Text Example


Text Example

White with #C55CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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