Html Css Color HEX #C56DDB Medium Orchid

📋 copy color: '#C56DDB'

red 197 ◦ green 109 ◦ blue 219

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

Shades of Medium Orchid #C56DDB

Tints of Medium Orchid #C56DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.76%

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

R = 37.52%
G = 20.76%
B = 41.71%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C56DDB (or 0xC56DDB) is known color: Medium Orchid. HEX triplet: C5, 6D and DB. RGB value is (197,109,219). Sum of RGB (Red+Green+Blue) = 197+109+219=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #C56DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56DDB is #3A9224. Grayscale: #939393. Windows color (decimal): -3838501 or 14380485. OLE color: 14380485.

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

Color convert

RGB 197 109 219 -
CMYK 0.10 0.50 0 0.14
HSL 288º 0.6% 0.64% -
HSV(B) 288º 0.5% 0.86% -
XYZ 41.28 27.92 70.23 -
YUV 147.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 197 109 219 0.10 0.50 0 0.14 288 0.6 0.64
Hex C5 6D DB A 32 0 E 120 3C 40
Octal 305 155 333 12 62 0 16 440 74 100
Binary 11000101 1101101 11011011 1010 110010 0 1110 100100000 111100 1000000

Color Harmonies of #C56DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56DDB

Black with #C56DDB

Text Example


Text Example

White with #C56DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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