Html Css Color HEX #C56AE0 Medium Orchid

📋 copy color: '#C56AE0'

red 197 ◦ green 106 ◦ blue 224

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

Shades of Medium Orchid #C56AE0

Tints of Medium Orchid #C56AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.11%

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

R = 37.38%
G = 20.11%
B = 42.5%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C56AE0 (or 0xC56AE0) is known color: Medium Orchid. HEX triplet: C5, 6A and E0. RGB value is (197,106,224). Sum of RGB (Red+Green+Blue) = 197+106+224=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #C56AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AE0 is #3A951F. Grayscale: #929292. Windows color (decimal): -3839264 or 14707397. OLE color: 14707397.

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

Color convert

RGB 197 106 224 -
CMYK 0.12 0.53 0 0.12
HSL 286.27º 0.66% 0.65% -
HSV(B) 286.27º 0.53% 0.88% -
XYZ 41.63 27.56 73.65 -
YUV 146.66 171.65 163.91 -
System Red Green Blue C M Y K H S L
Decimal 197 106 224 0.12 0.53 0 0.12 286.27 0.66 0.65
Hex C5 6A E0 C 35 0 C 11E 42 41
Octal 305 152 340 14 65 0 14 436 102 101
Binary 11000101 1101010 11100000 1100 110101 0 1100 100011110 1000010 1000001

Color Harmonies of #C56AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56AE0

Black with #C56AE0

Text Example


Text Example

White with #C56AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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