Html Css Color HEX #C564EF Heliotrope

📋 copy color: '#C564EF'

red 197 ◦ green 100 ◦ blue 239

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

Shades of Heliotrope #C564EF

Tints of Heliotrope #C564EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 36.75%
G = 18.66%
B = 44.59%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C564EF (or 0xC564EF) is known color: Heliotrope. HEX triplet: C5, 64 and EF. RGB value is (197,100,239). Sum of RGB (Red+Green+Blue) = 197+100+239=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #C564EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C564EF is #3A9B10. Grayscale: #909090. Windows color (decimal): -3840785 or 15688901. OLE color: 15688901.

HSL color Cylindrical-coordinate representation of color #C564EF: hue angle of 281.87º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C564EF is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 100 239 -
CMYK 0.18 0.58 0 0.06
HSL 281.87º 0.81% 0.66% -
HSV(B) 281.87º 0.58% 0.94% -
XYZ 43.16 27.22 84.64 -
YUV 144.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 197 100 239 0.18 0.58 0 0.06 281.87 0.81 0.66
Hex C5 64 EF 12 3A 0 6 11A 51 42
Octal 305 144 357 22 72 0 6 432 121 102
Binary 11000101 1100100 11101111 10010 111010 0 110 100011010 1010001 1000010

Color Harmonies of #C564EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564EF

Black with #C564EF

Text Example


Text Example

White with #C564EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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