Html Css Color HEX #C56AF2 Heliotrope

📋 copy color: '#C56AF2'

red 197 ◦ green 106 ◦ blue 242

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

Shades of Heliotrope #C56AF2

Tints of Heliotrope #C56AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.4%

R = 36.15%
G = 19.45%
B = 44.4%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C56AF2 (or 0xC56AF2) is known color: Heliotrope. HEX triplet: C5, 6A and F2. RGB value is (197,106,242). Sum of RGB (Red+Green+Blue) = 197+106+242=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #C56AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56AF2 is #3A950D. Grayscale: #949494. Windows color (decimal): -3839246 or 15887045. OLE color: 15887045.

HSL color Cylindrical-coordinate representation of color #C56AF2: hue angle of 280.15º degrees, saturation: 0.84, 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 #C56AF2 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 106 242 -
CMYK 0.19 0.56 0 0.05
HSL 280.15º 0.84% 0.68% -
HSV(B) 280.15º 0.56% 0.95% -
XYZ 44.21 28.59 87.19 -
YUV 148.71 180.65 162.44 -
System Red Green Blue C M Y K H S L
Decimal 197 106 242 0.19 0.56 0 0.05 280.15 0.84 0.68
Hex C5 6A F2 13 38 0 5 118 54 44
Octal 305 152 362 23 70 0 5 430 124 104
Binary 11000101 1101010 11110010 10011 111000 0 101 100011000 1010100 1000100

Color Harmonies of #C56AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56AF2

Black with #C56AF2

Text Example


Text Example

White with #C56AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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