Html Css Color HEX #C564FA Heliotrope

📋 copy color: '#C564FA'

red 197 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #C564FA

Tints of Heliotrope #C564FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 36.01%
G = 18.28%
B = 45.7%

CMYK

 C value IS 0.21

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C564FA (or 0xC564FA) is known color: Heliotrope. HEX triplet: C5, 64 and FA. RGB value is (197,100,250). Sum of RGB (Red+Green+Blue) = 197+100+250=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #C564FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C564FA is #3A9B05. Grayscale: #919191. Windows color (decimal): -3840774 or 16409797. OLE color: 16409797.

HSL color Cylindrical-coordinate representation of color #C564FA: hue angle of 278.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C564FA is Cyan = 0.21, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 100 250 -
CMYK 0.21 0.6 0 0.02
HSL 278.8º 0.94% 0.69% -
HSV(B) 278.8º 0.6% 0.98% -
XYZ 44.84 27.89 93.46 -
YUV 146.1 186.64 164.3 -
System Red Green Blue C M Y K H S L
Decimal 197 100 250 0.21 0.6 0 0.02 278.8 0.94 0.69
Hex C5 64 FA 15 3C 0 2 117 5E 45
Octal 305 144 372 25 74 0 2 427 136 105
Binary 11000101 1100100 11111010 10101 111100 0 10 100010111 1011110 1000101

Color Harmonies of #C564FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C564FA

Black with #C564FA

Text Example


Text Example

White with #C564FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C564FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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