Html Css Color HEX #C570E1 Medium Orchid

📋 copy color: '#C570E1'

red 197 ◦ green 112 ◦ blue 225

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

Shades of Medium Orchid #C570E1

Tints of Medium Orchid #C570E1

RGB

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

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

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

R = 36.89%
G = 20.97%
B = 42.13%

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

#C570E1 (or 0xC570E1) is known color: Medium Orchid. HEX triplet: C5, 70 and E1. RGB value is (197,112,225). Sum of RGB (Red+Green+Blue) = 197+112+225=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #C570E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570E1 is #3A8F1E. Grayscale: #959595. Windows color (decimal): -3837727 or 14774469. OLE color: 14774469.

HSL color Cylindrical-coordinate representation of color #C570E1: hue angle of 285.13º 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 #C570E1 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 112 225 -
CMYK 0.12 0.50 0 0.12
HSL 285.13º 0.65% 0.66% -
HSV(B) 285.13º 0.5% 0.88% -
XYZ 42.41 28.89 74.58 -
YUV 150.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 197 112 225 0.12 0.50 0 0.12 285.13 0.65 0.66
Hex C5 70 E1 C 32 0 C 11D 41 42
Octal 305 160 341 14 62 0 14 435 101 102
Binary 11000101 1110000 11100001 1100 110010 0 1100 100011101 1000001 1000010

Color Harmonies of #C570E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570E1

Black with #C570E1

Text Example


Text Example

White with #C570E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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