Html Css Color HEX #C564F7 Heliotrope

📋 copy color: '#C564F7'

red 197 ◦ green 100 ◦ blue 247

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

Shades of Heliotrope #C564F7

Tints of Heliotrope #C564F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.4%

R = 36.21%
G = 18.38%
B = 45.4%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C564F7 (or 0xC564F7) is known color: Heliotrope. HEX triplet: C5, 64 and F7. RGB value is (197,100,247). Sum of RGB (Red+Green+Blue) = 197+100+247=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #C564F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C564F7 is #3A9B08. Grayscale: #919191. Windows color (decimal): -3840777 or 16213189. OLE color: 16213189.

HSL color Cylindrical-coordinate representation of color #C564F7: hue angle of 279.59º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C564F7 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 100 247 -
CMYK 0.20 0.60 0 0.03
HSL 279.59º 0.9% 0.68% -
HSV(B) 279.59º 0.6% 0.97% -
XYZ 44.37 27.7 91 -
YUV 145.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 197 100 247 0.20 0.60 0 0.03 279.59 0.9 0.68
Hex C5 64 F7 14 3C 0 3 118 5A 44
Octal 305 144 367 24 74 0 3 430 132 104
Binary 11000101 1100100 11110111 10100 111100 0 11 100011000 1011010 1000100

Color Harmonies of #C564F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564F7

Black with #C564F7

Text Example


Text Example

White with #C564F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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