Html Css Color HEX #C56AE2 Medium Orchid

📋 copy color: '#C56AE2'

red 197 ◦ green 106 ◦ blue 226

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

Shades of Medium Orchid #C56AE2

Tints of Medium Orchid #C56AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.72%

R = 37.24%
G = 20.04%
B = 42.72%

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

#C56AE2 (or 0xC56AE2) is known color: Medium Orchid. HEX triplet: C5, 6A and E2. RGB value is (197,106,226). Sum of RGB (Red+Green+Blue) = 197+106+226=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #C56AE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AE2 is #3A951D. Grayscale: #929292. Windows color (decimal): -3839262 or 14838469. OLE color: 14838469.

HSL color Cylindrical-coordinate representation of color #C56AE2: hue angle of 285.5º degrees, saturation: 0.67, 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 #C56AE2 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 106 226 -
CMYK 0.13 0.53 0 0.11
HSL 285.5º 0.67% 0.65% -
HSV(B) 285.5º 0.53% 0.89% -
XYZ 41.91 27.67 75.08 -
YUV 146.89 172.65 163.74 -
System Red Green Blue C M Y K H S L
Decimal 197 106 226 0.13 0.53 0 0.11 285.5 0.67 0.65
Hex C5 6A E2 D 35 0 B 11E 43 41
Octal 305 152 342 15 65 0 13 436 103 101
Binary 11000101 1101010 11100010 1101 110101 0 1011 100011110 1000011 1000001

Color Harmonies of #C56AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56AE2

Black with #C56AE2

Text Example


Text Example

White with #C56AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56AE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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