Html Css Color HEX #C16DDB Medium Orchid

📋 copy color: '#C16DDB'

red 193 ◦ green 109 ◦ blue 219

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

Shades of Medium Orchid #C16DDB

Tints of Medium Orchid #C16DDB

RGB

 RED value IS 193 (75.78% from 255) = 37.04%

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

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

R = 37.04%
G = 20.92%
B = 42.03%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C16DDB (or 0xC16DDB) is known color: Medium Orchid. HEX triplet: C1, 6D and DB. RGB value is (193,109,219). Sum of RGB (Red+Green+Blue) = 193+109+219=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #C16DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DDB is #3E9224. Grayscale: #929292. Windows color (decimal): -4100645 or 14380481. OLE color: 14380481.

HSL color Cylindrical-coordinate representation of color #C16DDB: hue angle of 285.82º 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 #C16DDB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 109 219 -
CMYK 0.12 0.50 0 0.14
HSL 285.82º 0.6% 0.64% -
HSV(B) 285.82º 0.5% 0.86% -
XYZ 40.25 27.39 70.18 -
YUV 146.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 193 109 219 0.12 0.50 0 0.14 285.82 0.6 0.64
Hex C1 6D DB C 32 0 E 11E 3C 40
Octal 301 155 333 14 62 0 16 436 74 100
Binary 11000001 1101101 11011011 1100 110010 0 1110 100011110 111100 1000000

Color Harmonies of #C16DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DDB

Black with #C16DDB

Text Example


Text Example

White with #C16DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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