Html Css Color HEX #C571E1 Medium Orchid

📋 copy color: '#C571E1'

red 197 ◦ green 113 ◦ blue 225

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

Shades of Medium Orchid #C571E1

Tints of Medium Orchid #C571E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.06%

R = 36.82%
G = 21.12%
B = 42.06%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C571E1 (or 0xC571E1) is known color: Medium Orchid. HEX triplet: C5, 71 and E1. RGB value is (197,113,225). Sum of RGB (Red+Green+Blue) = 197+113+225=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #C571E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571E1 is #3A8E1E. Grayscale: #969696. Windows color (decimal): -3837471 or 14774725. OLE color: 14774725.

HSL color Cylindrical-coordinate representation of color #C571E1: hue angle of 285º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C571E1 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 113 225 -
CMYK 0.12 0.50 0 0.12
HSL 285º 0.65% 0.66% -
HSV(B) 285º 0.5% 0.88% -
XYZ 42.52 29.12 74.61 -
YUV 150.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 197 113 225 0.12 0.50 0 0.12 285 0.65 0.66
Hex C5 71 E1 C 32 0 C 11D 41 42
Octal 305 161 341 14 62 0 14 435 101 102
Binary 11000101 1110001 11100001 1100 110010 0 1100 100011101 1000001 1000010

Color Harmonies of #C571E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C571E1

Black with #C571E1

Text Example


Text Example

White with #C571E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C571E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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