Html Css Color HEX #C56AFE Heliotrope

📋 copy color: '#C56AFE'

red 197 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #C56AFE

Tints of Heliotrope #C56AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 35.37%
G = 19.03%
B = 45.6%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C56AFE (or 0xC56AFE) is known color: Heliotrope. HEX triplet: C5, 6A and FE. RGB value is (197,106,254). Sum of RGB (Red+Green+Blue) = 197+106+254=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #C56AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56AFE is #3A9501. Grayscale: #959595. Windows color (decimal): -3839234 or 16673477. OLE color: 16673477.

HSL color Cylindrical-coordinate representation of color #C56AFE: hue angle of 276.89º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C56AFE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 106 254 -
CMYK 0.22 0.58 0 0.00
HSL 276.89º 0.99% 0.71% -
HSV(B) 276.89º 0.58% 1% -
XYZ 46.07 29.33 97 -
YUV 150.08 186.65 161.47 -
System Red Green Blue C M Y K H S L
Decimal 197 106 254 0.22 0.58 0 0.00 276.89 0.99 0.71
Hex C5 6A FE 16 3A 0 0 115 63 47
Octal 305 152 376 26 72 0 0 425 143 107
Binary 11000101 1101010 11111110 10110 111010 0 0 100010101 1100011 1000111

Color Harmonies of #C56AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56AFE

Black with #C56AFE

Text Example


Text Example

White with #C56AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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