Html Css Color HEX #C573EB Heliotrope

📋 copy color: '#C573EB'

red 197 ◦ green 115 ◦ blue 235

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

Shades of Heliotrope #C573EB

Tints of Heliotrope #C573EB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.02%

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 36.01%
G = 21.02%
B = 42.96%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C573EB (or 0xC573EB) is known color: Heliotrope. HEX triplet: C5, 73 and EB. RGB value is (197,115,235). Sum of RGB (Red+Green+Blue) = 197+115+235=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #C573EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C573EB is #3A8C14. Grayscale: #989898. Windows color (decimal): -3836949 or 15430597. OLE color: 15430597.

HSL color Cylindrical-coordinate representation of color #C573EB: hue angle of 281º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C573EB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 115 235 -
CMYK 0.16 0.51 0 0.08
HSL 281º 0.75% 0.69% -
HSV(B) 281º 0.51% 0.92% -
XYZ 44.15 30.13 82.09 -
YUV 153.2 174.17 159.24 -
System Red Green Blue C M Y K H S L
Decimal 197 115 235 0.16 0.51 0 0.08 281 0.75 0.69
Hex C5 73 EB 10 33 0 8 119 4B 45
Octal 305 163 353 20 63 0 10 431 113 105
Binary 11000101 1110011 11101011 10000 110011 0 1000 100011001 1001011 1000101

Color Harmonies of #C573EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573EB

Black with #C573EB

Text Example


Text Example

White with #C573EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573EB; }

 p { color: rgb(197,115,235); }

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

background-color css

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

 a { background-color: rgb(197,115,235); }

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

border-color css

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

 span { border-color: rgb(197,115,235); }

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