Html Css Color HEX #C575FC Heliotrope

📋 copy color: '#C575FC'

red 197 ◦ green 117 ◦ blue 252

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

Shades of Heliotrope #C575FC

Tints of Heliotrope #C575FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.52%

R = 34.81%
G = 20.67%
B = 44.52%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C575FC (or 0xC575FC) is known color: Heliotrope. HEX triplet: C5, 75 and FC. RGB value is (197,117,252). Sum of RGB (Red+Green+Blue) = 197+117+252=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #C575FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C575FC is #3A8A03. Grayscale: #9B9B9B. Windows color (decimal): -3836420 or 16545221. OLE color: 16545221.

HSL color Cylindrical-coordinate representation of color #C575FC: hue angle of 275.56º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C575FC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 117 252 -
CMYK 0.22 0.54 0 0.01
HSL 275.56º 0.96% 0.72% -
HSV(B) 275.56º 0.54% 0.99% -
XYZ 46.96 31.62 95.72 -
YUV 156.31 182 157.02 -
System Red Green Blue C M Y K H S L
Decimal 197 117 252 0.22 0.54 0 0.01 275.56 0.96 0.72
Hex C5 75 FC 16 36 0 1 114 60 48
Octal 305 165 374 26 66 0 1 424 140 110
Binary 11000101 1110101 11111100 10110 110110 0 1 100010100 1100000 1001000

Color Harmonies of #C575FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575FC

Black with #C575FC

Text Example


Text Example

White with #C575FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C575FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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