Html Css Color HEX #C56FE0 Medium Orchid

📋 copy color: '#C56FE0'

red 197 ◦ green 111 ◦ blue 224

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

Shades of Medium Orchid #C56FE0

Tints of Medium Orchid #C56FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.86%

 BLUE value IS 224 (87.89% from 255) = 42.11%

R = 37.03%
G = 20.86%
B = 42.11%

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

#C56FE0 (or 0xC56FE0) is known color: Medium Orchid. HEX triplet: C5, 6F and E0. RGB value is (197,111,224). Sum of RGB (Red+Green+Blue) = 197+111+224=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #C56FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56FE0 is #3A901F. Grayscale: #959595. Windows color (decimal): -3837984 or 14708677. OLE color: 14708677.

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

Color convert

RGB 197 111 224 -
CMYK 0.12 0.50 0 0.12
HSL 285.66º 0.65% 0.66% -
HSV(B) 285.66º 0.5% 0.88% -
XYZ 42.16 28.62 73.82 -
YUV 149.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 197 111 224 0.12 0.50 0 0.12 285.66 0.65 0.66
Hex C5 6F E0 C 32 0 C 11E 41 42
Octal 305 157 340 14 62 0 14 436 101 102
Binary 11000101 1101111 11100000 1100 110010 0 1100 100011110 1000001 1000010

Color Harmonies of #C56FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56FE0

Black with #C56FE0

Text Example


Text Example

White with #C56FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56FE0; }

 p { color: rgb(197,111,224); }

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

background-color css

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

 a { background-color: rgb(197,111,224); }

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

border-color css

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

 span { border-color: rgb(197,111,224); }

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