Html Css Color HEX #C571FA Heliotrope

📋 copy color: '#C571FA'

red 197 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #C571FA

Tints of Heliotrope #C571FA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.18%

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

R = 35.18%
G = 20.18%
B = 44.64%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C571FA (or 0xC571FA) is known color: Heliotrope. HEX triplet: C5, 71 and FA. RGB value is (197,113,250). Sum of RGB (Red+Green+Blue) = 197+113+250=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #C571FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C571FA is #3A8E05. Grayscale: #999999. Windows color (decimal): -3837446 or 16413125. OLE color: 16413125.

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

Color convert

RGB 197 113 250 -
CMYK 0.21 0.55 0 0.02
HSL 276.79º 0.93% 0.71% -
HSV(B) 276.79º 0.55% 0.98% -
XYZ 46.19 30.58 93.91 -
YUV 153.73 182.33 158.86 -
System Red Green Blue C M Y K H S L
Decimal 197 113 250 0.21 0.55 0 0.02 276.79 0.93 0.71
Hex C5 71 FA 15 37 0 2 115 5D 47
Octal 305 161 372 25 67 0 2 425 135 107
Binary 11000101 1110001 11111010 10101 110111 0 10 100010101 1011101 1000111

Color Harmonies of #C571FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C571FA

Black with #C571FA

Text Example


Text Example

White with #C571FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C571FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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