Html Css Color HEX #C56AE3 Medium Orchid

📋 copy color: '#C56AE3'

red 197 ◦ green 106 ◦ blue 227

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

Shades of Medium Orchid #C56AE3

Tints of Medium Orchid #C56AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.83%

R = 37.17%
G = 20%
B = 42.83%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C56AE3 (or 0xC56AE3) is known color: Medium Orchid. HEX triplet: C5, 6A and E3. RGB value is (197,106,227). Sum of RGB (Red+Green+Blue) = 197+106+227=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #C56AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AE3 is #3A951C. Grayscale: #929292. Windows color (decimal): -3839261 or 14904005. OLE color: 14904005.

HSL color Cylindrical-coordinate representation of color #C56AE3: hue angle of 285.12º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C56AE3 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 106 227 -
CMYK 0.13 0.53 0 0.11
HSL 285.12º 0.68% 0.65% -
HSV(B) 285.12º 0.53% 0.89% -
XYZ 42.05 27.72 75.81 -
YUV 147 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 197 106 227 0.13 0.53 0 0.11 285.12 0.68 0.65
Hex C5 6A E3 D 35 0 B 11D 44 41
Octal 305 152 343 15 65 0 13 435 104 101
Binary 11000101 1101010 11100011 1101 110101 0 1011 100011101 1000100 1000001

Color Harmonies of #C56AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56AE3

Black with #C56AE3

Text Example


Text Example

White with #C56AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56AE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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