Html Css Color HEX #C564FD Heliotrope

📋 copy color: '#C564FD'

red 197 ◦ green 100 ◦ blue 253

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

Shades of Heliotrope #C564FD

Tints of Heliotrope #C564FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46%

R = 35.82%
G = 18.18%
B = 46%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C564FD (or 0xC564FD) is known color: Heliotrope. HEX triplet: C5, 64 and FD. RGB value is (197,100,253). Sum of RGB (Red+Green+Blue) = 197+100+253=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #C564FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C564FD is #3A9B02. Grayscale: #919191. Windows color (decimal): -3840771 or 16606405. OLE color: 16606405.

HSL color Cylindrical-coordinate representation of color #C564FD: hue angle of 278.04º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C564FD is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 100 253 -
CMYK 0.22 0.60 0 0.01
HSL 278.04º 0.97% 0.69% -
HSV(B) 278.04º 0.6% 0.99% -
XYZ 45.31 28.08 95.96 -
YUV 146.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 197 100 253 0.22 0.60 0 0.01 278.04 0.97 0.69
Hex C5 64 FD 16 3C 0 1 116 61 45
Octal 305 144 375 26 74 0 1 426 141 105
Binary 11000101 1100100 11111101 10110 111100 0 1 100010110 1100001 1000101

Color Harmonies of #C564FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564FD

Black with #C564FD

Text Example


Text Example

White with #C564FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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