Html Css Color HEX #C564FF Heliotrope

📋 copy color: '#C564FF'

red 197 ◦ green 100 ◦ blue 255

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

Shades of Heliotrope #C564FF

Tints of Heliotrope #C564FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.2%

R = 35.69%
G = 18.12%
B = 46.2%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C564FF (or 0xC564FF) is known color: Heliotrope. HEX triplet: C5, 64 and FF. RGB value is (197,100,255). Sum of RGB (Red+Green+Blue) = 197+100+255=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #C564FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C564FF is #3A9B00. Grayscale: #929292. Windows color (decimal): -3840769 or 16737477. OLE color: 16737477.

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

Color convert

RGB 197 100 255 -
CMYK 0.23 0.61 0 0
HSL 277.55º 1% 0.7% -
HSV(B) 277.55º 0.61% 1% -
XYZ 45.63 28.2 97.65 -
YUV 146.67 189.14 163.9 -
System Red Green Blue C M Y K H S L
Decimal 197 100 255 0.23 0.61 0 0 277.55 1 0.7
Hex C5 64 FF 17 3D 0 0 116 64 46
Octal 305 144 377 27 75 0 0 426 144 106
Binary 11000101 1100100 11111111 10111 111101 0 0 100010110 1100100 1000110

Color Harmonies of #C564FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564FF

Black with #C564FF

Text Example


Text Example

White with #C564FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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