Html Css Color HEX #C564FE Heliotrope

📋 copy color: '#C564FE'

red 197 ◦ green 100 ◦ blue 254

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

Shades of Heliotrope #C564FE

Tints of Heliotrope #C564FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.15%

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

R = 35.75%
G = 18.15%
B = 46.1%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C564FE (or 0xC564FE) is known color: Heliotrope. HEX triplet: C5, 64 and FE. RGB value is (197,100,254). Sum of RGB (Red+Green+Blue) = 197+100+254=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 100 (39.45% from 255 or 18.15% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #C564FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C564FE is #3A9B01. Grayscale: #929292. Windows color (decimal): -3840770 or 16671941. OLE color: 16671941.

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

Color convert

RGB 197 100 254 -
CMYK 0.22 0.61 0 0.00
HSL 277.79º 0.99% 0.69% -
HSV(B) 277.79º 0.61% 1% -
XYZ 45.47 28.14 96.8 -
YUV 146.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 197 100 254 0.22 0.61 0 0.00 277.79 0.99 0.69
Hex C5 64 FE 16 3D 0 0 116 63 45
Octal 305 144 376 26 75 0 0 426 143 105
Binary 11000101 1100100 11111110 10110 111101 0 0 100010110 1100011 1000101

Color Harmonies of #C564FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564FE

Black with #C564FE

Text Example


Text Example

White with #C564FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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