Html Css Color HEX #C570EC Heliotrope

📋 copy color: '#C570EC'

red 197 ◦ green 112 ◦ blue 236

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

Shades of Heliotrope #C570EC

Tints of Heliotrope #C570EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.55%

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 36.15%
G = 20.55%
B = 43.3%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C570EC (or 0xC570EC) is known color: Heliotrope. HEX triplet: C5, 70 and EC. RGB value is (197,112,236). Sum of RGB (Red+Green+Blue) = 197+112+236=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #C570EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570EC is #3A8F13. Grayscale: #979797. Windows color (decimal): -3837716 or 15495365. OLE color: 15495365.

HSL color Cylindrical-coordinate representation of color #C570EC: hue angle of 281.13º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C570EC is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 112 236 -
CMYK 0.17 0.53 0 0.07
HSL 281.13º 0.77% 0.68% -
HSV(B) 281.13º 0.53% 0.93% -
XYZ 43.96 29.51 82.74 -
YUV 151.55 175.66 160.42 -
System Red Green Blue C M Y K H S L
Decimal 197 112 236 0.17 0.53 0 0.07 281.13 0.77 0.68
Hex C5 70 EC 11 35 0 7 119 4D 44
Octal 305 160 354 21 65 0 7 431 115 104
Binary 11000101 1110000 11101100 10001 110101 0 111 100011001 1001101 1000100

Color Harmonies of #C570EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570EC

Black with #C570EC

Text Example


Text Example

White with #C570EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570EC; }

 p { color: rgb(197,112,236); }

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

background-color css

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

 a { background-color: rgb(197,112,236); }

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

border-color css

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

 span { border-color: rgb(197,112,236); }

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