Html Css Color HEX #C56CDB Medium Orchid

📋 copy color: '#C56CDB'

red 197 ◦ green 108 ◦ blue 219

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

Shades of Medium Orchid #C56CDB

Tints of Medium Orchid #C56CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.61%

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

R = 37.6%
G = 20.61%
B = 41.79%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C56CDB (or 0xC56CDB) is known color: Medium Orchid. HEX triplet: C5, 6C and DB. RGB value is (197,108,219). Sum of RGB (Red+Green+Blue) = 197+108+219=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #C56CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CDB is #3A9324. Grayscale: #929292. Windows color (decimal): -3838757 or 14380229. OLE color: 14380229.

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

Color convert

RGB 197 108 219 -
CMYK 0.10 0.51 0 0.14
HSL 288.11º 0.61% 0.64% -
HSV(B) 288.11º 0.51% 0.86% -
XYZ 41.17 27.71 70.2 -
YUV 147.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 197 108 219 0.10 0.51 0 0.14 288.11 0.61 0.64
Hex C5 6C DB A 33 0 E 120 3D 40
Octal 305 154 333 12 63 0 16 440 75 100
Binary 11000101 1101100 11011011 1010 110011 0 1110 100100000 111101 1000000

Color Harmonies of #C56CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56CDB

Black with #C56CDB

Text Example


Text Example

White with #C56CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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