Html Css Color HEX #C573E6 Heliotrope

📋 copy color: '#C573E6'

red 197 ◦ green 115 ◦ blue 230

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

Shades of Heliotrope #C573E6

Tints of Heliotrope #C573E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.44%

R = 36.35%
G = 21.22%
B = 42.44%

CMYK

 C value IS 0.14

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C573E6 (or 0xC573E6) is known color: Heliotrope. HEX triplet: C5, 73 and E6. RGB value is (197,115,230). Sum of RGB (Red+Green+Blue) = 197+115+230=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #C573E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C573E6 is #3A8C19. Grayscale: #989898. Windows color (decimal): -3836954 or 15102917. OLE color: 15102917.

HSL color Cylindrical-coordinate representation of color #C573E6: hue angle of 282.78º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C573E6 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 115 230 -
CMYK 0.14 0.5 0 0.10
HSL 282.78º 0.7% 0.68% -
HSV(B) 282.78º 0.5% 0.9% -
XYZ 43.44 29.84 78.33 -
YUV 152.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 197 115 230 0.14 0.5 0 0.10 282.78 0.7 0.68
Hex C5 73 E6 E 32 0 A 11B 46 44
Octal 305 163 346 16 62 0 12 433 106 104
Binary 11000101 1110011 11100110 1110 110010 0 1010 100011011 1000110 1000100

Color Harmonies of #C573E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573E6

Black with #C573E6

Text Example


Text Example

White with #C573E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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