Html Css Color HEX #C575FA Heliotrope

📋 copy color: '#C575FA'

red 197 ◦ green 117 ◦ blue 250

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

Shades of Heliotrope #C575FA

Tints of Heliotrope #C575FA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.74%

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

R = 34.93%
G = 20.74%
B = 44.33%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C575FA (or 0xC575FA) is known color: Heliotrope. HEX triplet: C5, 75 and FA. RGB value is (197,117,250). Sum of RGB (Red+Green+Blue) = 197+117+250=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #C575FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C575FA is #3A8A05. Grayscale: #9B9B9B. Windows color (decimal): -3836422 or 16414149. OLE color: 16414149.

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

Color convert

RGB 197 117 250 -
CMYK 0.21 0.53 0 0.02
HSL 276.09º 0.93% 0.72% -
HSV(B) 276.09º 0.53% 0.98% -
XYZ 46.64 31.5 94.06 -
YUV 156.08 181 157.19 -
System Red Green Blue C M Y K H S L
Decimal 197 117 250 0.21 0.53 0 0.02 276.09 0.93 0.72
Hex C5 75 FA 15 35 0 2 114 5D 48
Octal 305 165 372 25 65 0 2 424 135 110
Binary 11000101 1110101 11111010 10101 110101 0 10 100010100 1011101 1001000

Color Harmonies of #C575FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575FA

Black with #C575FA

Text Example


Text Example

White with #C575FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C575FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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