Html Css Color HEX #C571EC Heliotrope

📋 copy color: '#C571EC'

red 197 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #C571EC

Tints of Heliotrope #C571EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.7%

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

R = 36.08%
G = 20.7%
B = 43.22%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C571EC (or 0xC571EC) is known color: Heliotrope. HEX triplet: C5, 71 and EC. RGB value is (197,113,236). Sum of RGB (Red+Green+Blue) = 197+113+236=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #C571EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C571EC is #3A8E13. Grayscale: #979797. Windows color (decimal): -3837460 or 15495621. OLE color: 15495621.

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

Color convert

RGB 197 113 236 -
CMYK 0.17 0.52 0 0.07
HSL 280.98º 0.76% 0.68% -
HSV(B) 280.98º 0.52% 0.93% -
XYZ 44.07 29.74 82.77 -
YUV 152.14 175.33 160 -
System Red Green Blue C M Y K H S L
Decimal 197 113 236 0.17 0.52 0 0.07 280.98 0.76 0.68
Hex C5 71 EC 11 34 0 7 119 4C 44
Octal 305 161 354 21 64 0 7 431 114 104
Binary 11000101 1110001 11101100 10001 110100 0 111 100011001 1001100 1000100

Color Harmonies of #C571EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C571EC

Black with #C571EC

Text Example


Text Example

White with #C571EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C571EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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