Html Css Color HEX #C16EDB Medium Orchid

📋 copy color: '#C16EDB'

red 193 ◦ green 110 ◦ blue 219

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

Shades of Medium Orchid #C16EDB

Tints of Medium Orchid #C16EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.07%

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

R = 36.97%
G = 21.07%
B = 41.95%

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

#C16EDB (or 0xC16EDB) is known color: Medium Orchid. HEX triplet: C1, 6E and DB. RGB value is (193,110,219). Sum of RGB (Red+Green+Blue) = 193+110+219=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 110 (43.36% from 255 or 21.07% 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 #C16EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EDB is #3E9124. Grayscale: #929292. Windows color (decimal): -4100389 or 14380737. OLE color: 14380737.

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

Color convert

RGB 193 110 219 -
CMYK 0.12 0.50 0 0.14
HSL 285.69º 0.6% 0.65% -
HSV(B) 285.69º 0.5% 0.86% -
XYZ 40.35 27.6 70.22 -
YUV 147.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 193 110 219 0.12 0.50 0 0.14 285.69 0.6 0.65
Hex C1 6E DB C 32 0 E 11E 3C 41
Octal 301 156 333 14 62 0 16 436 74 101
Binary 11000001 1101110 11011011 1100 110010 0 1110 100011110 111100 1000001

Color Harmonies of #C16EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16EDB

Black with #C16EDB

Text Example


Text Example

White with #C16EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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