Html Css Color HEX #C56AF1 Heliotrope

📋 copy color: '#C56AF1'

red 197 ◦ green 106 ◦ blue 241

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

Shades of Heliotrope #C56AF1

Tints of Heliotrope #C56AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.49%

 BLUE value IS 241 (94.53% from 255) = 44.3%

R = 36.21%
G = 19.49%
B = 44.3%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C56AF1 (or 0xC56AF1) is known color: Heliotrope. HEX triplet: C5, 6A and F1. RGB value is (197,106,241). Sum of RGB (Red+Green+Blue) = 197+106+241=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #C56AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56AF1 is #3A950E. Grayscale: #949494. Windows color (decimal): -3839247 or 15821509. OLE color: 15821509.

HSL color Cylindrical-coordinate representation of color #C56AF1: hue angle of 280.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56AF1 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 106 241 -
CMYK 0.18 0.56 0 0.05
HSL 280.44º 0.83% 0.68% -
HSV(B) 280.44º 0.56% 0.95% -
XYZ 44.06 28.53 86.4 -
YUV 148.6 180.15 162.52 -
System Red Green Blue C M Y K H S L
Decimal 197 106 241 0.18 0.56 0 0.05 280.44 0.83 0.68
Hex C5 6A F1 12 38 0 5 118 53 44
Octal 305 152 361 22 70 0 5 430 123 104
Binary 11000101 1101010 11110001 10010 111000 0 101 100011000 1010011 1000100

Color Harmonies of #C56AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56AF1

Black with #C56AF1

Text Example


Text Example

White with #C56AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56AF1; }

 p { color: rgb(197,106,241); }

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

background-color css

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

 a { background-color: rgb(197,106,241); }

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

border-color css

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

 span { border-color: rgb(197,106,241); }

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