Html Css Color HEX #C561FE Heliotrope

📋 copy color: '#C561FE'

red 197 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #C561FE

Tints of Heliotrope #C561FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.7%

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

R = 35.95%
G = 17.7%
B = 46.35%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C561FE (or 0xC561FE) is known color: Heliotrope. HEX triplet: C5, 61 and FE. RGB value is (197,97,254). Sum of RGB (Red+Green+Blue) = 197+97+254=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #C561FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C561FE is #3A9E01. Grayscale: #909090. Windows color (decimal): -3841538 or 16671173. OLE color: 16671173.

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

Color convert

RGB 197 97 254 -
CMYK 0.22 0.62 0 0.00
HSL 278.22º 0.99% 0.69% -
HSV(B) 278.22º 0.62% 1% -
XYZ 45.19 27.58 96.71 -
YUV 144.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 197 97 254 0.22 0.62 0 0.00 278.22 0.99 0.69
Hex C5 61 FE 16 3E 0 0 116 63 45
Octal 305 141 376 26 76 0 0 426 143 105
Binary 11000101 1100001 11111110 10110 111110 0 0 100010110 1100011 1000101

Color Harmonies of #C561FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C561FE

Black with #C561FE

Text Example


Text Example

White with #C561FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C561FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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