Html Css Color HEX #C575FD Heliotrope

📋 copy color: '#C575FD'

red 197 ◦ green 117 ◦ blue 253

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

Shades of Heliotrope #C575FD

Tints of Heliotrope #C575FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 34.74%
G = 20.63%
B = 44.62%

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

#C575FD (or 0xC575FD) is known color: Heliotrope. HEX triplet: C5, 75 and FD. RGB value is (197,117,253). Sum of RGB (Red+Green+Blue) = 197+117+253=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #C575FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C575FD is #3A8A02. Grayscale: #9B9B9B. Windows color (decimal): -3836419 or 16610757. OLE color: 16610757.

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

Color convert

RGB 197 117 253 -
CMYK 0.22 0.54 0 0.01
HSL 275.29º 0.97% 0.73% -
HSV(B) 275.29º 0.54% 0.99% -
XYZ 47.12 31.68 96.56 -
YUV 156.42 182.5 156.94 -
System Red Green Blue C M Y K H S L
Decimal 197 117 253 0.22 0.54 0 0.01 275.29 0.97 0.73
Hex C5 75 FD 16 36 0 1 113 61 49
Octal 305 165 375 26 66 0 1 423 141 111
Binary 11000101 1110101 11111101 10110 110110 0 1 100010011 1100001 1001001

Color Harmonies of #C575FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C575FD

Black with #C575FD

Text Example


Text Example

White with #C575FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C575FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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