Html Css Color HEX #C56AD1 Medium Orchid

📋 copy color: '#C56AD1'

red 197 ◦ green 106 ◦ blue 209

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

Shades of Medium Orchid #C56AD1

Tints of Medium Orchid #C56AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.82%

R = 38.48%
G = 20.7%
B = 40.82%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C56AD1 (or 0xC56AD1) is known color: Medium Orchid. HEX triplet: C5, 6A and D1. RGB value is (197,106,209). Sum of RGB (Red+Green+Blue) = 197+106+209=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #C56AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AD1 is #3A952E. Grayscale: #909090. Windows color (decimal): -3839279 or 13724357. OLE color: 13724357.

HSL color Cylindrical-coordinate representation of color #C56AD1: hue angle of 293.01º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56AD1 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 106 209 -
CMYK 0.06 0.49 0 0.18
HSL 293.01º 0.53% 0.62% -
HSV(B) 293.01º 0.49% 0.82% -
XYZ 39.69 26.78 63.4 -
YUV 144.95 164.15 165.12 -
System Red Green Blue C M Y K H S L
Decimal 197 106 209 0.06 0.49 0 0.18 293.01 0.53 0.62
Hex C5 6A D1 6 31 0 12 125 35 3E
Octal 305 152 321 6 61 0 22 445 65 76
Binary 11000101 1101010 11010001 110 110001 0 10010 100100101 110101 111110

Color Harmonies of #C56AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56AD1

Black with #C56AD1

Text Example


Text Example

White with #C56AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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