Html Css Color HEX #C55FF6 Heliotrope

📋 copy color: '#C55FF6'

red 197 ◦ green 95 ◦ blue 246

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

Shades of Heliotrope #C55FF6

Tints of Heliotrope #C55FF6

RGB

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

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

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

R = 36.62%
G = 17.66%
B = 45.72%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C55FF6 (or 0xC55FF6) is known color: Heliotrope. HEX triplet: C5, 5F and F6. RGB value is (197,95,246). Sum of RGB (Red+Green+Blue) = 197+95+246=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #C55FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FF6 is #3AA009. Grayscale: #8E8E8E. Windows color (decimal): -3842058 or 16146373. OLE color: 16146373.

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

Color convert

RGB 197 95 246 -
CMYK 0.20 0.61 0 0.04
HSL 280.53º 0.89% 0.67% -
HSV(B) 280.53º 0.61% 0.96% -
XYZ 43.75 26.71 90.04 -
YUV 142.71 186.29 166.72 -
System Red Green Blue C M Y K H S L
Decimal 197 95 246 0.20 0.61 0 0.04 280.53 0.89 0.67
Hex C5 5F F6 14 3D 0 4 119 59 43
Octal 305 137 366 24 75 0 4 431 131 103
Binary 11000101 1011111 11110110 10100 111101 0 100 100011001 1011001 1000011

Color Harmonies of #C55FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FF6

Black with #C55FF6

Text Example


Text Example

White with #C55FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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