Html Css Color HEX #C574FA Heliotrope

📋 copy color: '#C574FA'

red 197 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #C574FA

Tints of Heliotrope #C574FA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.6%

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

R = 34.99%
G = 20.6%
B = 44.4%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C574FA (or 0xC574FA) is known color: Heliotrope. HEX triplet: C5, 74 and FA. RGB value is (197,116,250). Sum of RGB (Red+Green+Blue) = 197+116+250=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #C574FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C574FA is #3A8B05. Grayscale: #9B9B9B. Windows color (decimal): -3836678 or 16413893. OLE color: 16413893.

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

Color convert

RGB 197 116 250 -
CMYK 0.21 0.54 0 0.02
HSL 276.27º 0.93% 0.72% -
HSV(B) 276.27º 0.54% 0.98% -
XYZ 46.53 31.26 94.02 -
YUV 155.5 181.34 157.6 -
System Red Green Blue C M Y K H S L
Decimal 197 116 250 0.21 0.54 0 0.02 276.27 0.93 0.72
Hex C5 74 FA 15 36 0 2 114 5D 48
Octal 305 164 372 25 66 0 2 424 135 110
Binary 11000101 1110100 11111010 10101 110110 0 10 100010100 1011101 1001000

Color Harmonies of #C574FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C574FA

Black with #C574FA

Text Example


Text Example

White with #C574FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C574FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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