Html Css Color HEX #C56ADB Medium Orchid

📋 copy color: '#C56ADB'

red 197 ◦ green 106 ◦ blue 219

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

Shades of Medium Orchid #C56ADB

Tints of Medium Orchid #C56ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 37.74%
G = 20.31%
B = 41.95%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C56ADB (or 0xC56ADB) is known color: Medium Orchid. HEX triplet: C5, 6A and DB. RGB value is (197,106,219). Sum of RGB (Red+Green+Blue) = 197+106+219=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #C56ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ADB is #3A9524. Grayscale: #919191. Windows color (decimal): -3839269 or 14379717. OLE color: 14379717.

HSL color Cylindrical-coordinate representation of color #C56ADB: hue angle of 288.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C56ADB is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 106 219 -
CMYK 0.10 0.52 0 0.14
HSL 288.32º 0.61% 0.64% -
HSV(B) 288.32º 0.52% 0.86% -
XYZ 40.97 27.29 70.13 -
YUV 146.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 197 106 219 0.10 0.52 0 0.14 288.32 0.61 0.64
Hex C5 6A DB A 34 0 E 120 3D 40
Octal 305 152 333 12 64 0 16 440 75 100
Binary 11000101 1101010 11011011 1010 110100 0 1110 100100000 111101 1000000

Color Harmonies of #C56ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56ADB

Black with #C56ADB

Text Example


Text Example

White with #C56ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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