Html Css Color HEX #C575F9 Heliotrope

📋 copy color: '#C575F9'

red 197 ◦ green 117 ◦ blue 249

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

Shades of Heliotrope #C575F9

Tints of Heliotrope #C575F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.23%

R = 34.99%
G = 20.78%
B = 44.23%

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

#C575F9 (or 0xC575F9) is known color: Heliotrope. HEX triplet: C5, 75 and F9. RGB value is (197,117,249). Sum of RGB (Red+Green+Blue) = 197+117+249=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #C575F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C575F9 is #3A8A06. Grayscale: #9B9B9B. Windows color (decimal): -3836423 or 16348613. OLE color: 16348613.

HSL color Cylindrical-coordinate representation of color #C575F9: hue angle of 276.36º degrees, saturation: 0.92, 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 #C575F9 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 117 249 -
CMYK 0.21 0.53 0 0.02
HSL 276.36º 0.92% 0.72% -
HSV(B) 276.36º 0.53% 0.98% -
XYZ 46.49 31.43 93.24 -
YUV 155.97 180.5 157.27 -
System Red Green Blue C M Y K H S L
Decimal 197 117 249 0.21 0.53 0 0.02 276.36 0.92 0.72
Hex C5 75 F9 15 35 0 2 114 5C 48
Octal 305 165 371 25 65 0 2 424 134 110
Binary 11000101 1110101 11111001 10101 110101 0 10 100010100 1011100 1001000

Color Harmonies of #C575F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575F9

Black with #C575F9

Text Example


Text Example

White with #C575F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C575F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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