Html Css Color HEX #C570DE Medium Orchid

📋 copy color: '#C570DE'

red 197 ◦ green 112 ◦ blue 222

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

Shades of Medium Orchid #C570DE

Tints of Medium Orchid #C570DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.81%

R = 37.1%
G = 21.09%
B = 41.81%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C570DE (or 0xC570DE) is known color: Medium Orchid. HEX triplet: C5, 70 and DE. RGB value is (197,112,222). Sum of RGB (Red+Green+Blue) = 197+112+222=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #C570DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570DE is #3A8F21. Grayscale: #959595. Windows color (decimal): -3837730 or 14577861. OLE color: 14577861.

HSL color Cylindrical-coordinate representation of color #C570DE: hue angle of 286.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C570DE is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 112 222 -
CMYK 0.11 0.50 0 0.13
HSL 286.36º 0.63% 0.65% -
HSV(B) 286.36º 0.5% 0.87% -
XYZ 42 28.73 72.44 -
YUV 149.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 197 112 222 0.11 0.50 0 0.13 286.36 0.63 0.65
Hex C5 70 DE B 32 0 D 11E 3E 41
Octal 305 160 336 13 62 0 15 436 76 101
Binary 11000101 1110000 11011110 1011 110010 0 1101 100011110 111110 1000001

Color Harmonies of #C570DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570DE

Black with #C570DE

Text Example


Text Example

White with #C570DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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