Html Css Color HEX #C16ADB Medium Orchid

📋 copy color: '#C16ADB'

red 193 ◦ green 106 ◦ blue 219

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

Shades of Medium Orchid #C16ADB

Tints of Medium Orchid #C16ADB

RGB

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

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

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

R = 37.26%
G = 20.46%
B = 42.28%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C16ADB (or 0xC16ADB) is known color: Medium Orchid. HEX triplet: C1, 6A and DB. RGB value is (193,106,219). Sum of RGB (Red+Green+Blue) = 193+106+219=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #C16ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ADB is #3E9524. Grayscale: #909090. Windows color (decimal): -4101413 or 14379713. OLE color: 14379713.

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

Color convert

RGB 193 106 219 -
CMYK 0.12 0.52 0 0.14
HSL 286.19º 0.61% 0.64% -
HSV(B) 286.19º 0.52% 0.86% -
XYZ 39.93 26.76 70.08 -
YUV 144.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 193 106 219 0.12 0.52 0 0.14 286.19 0.61 0.64
Hex C1 6A DB C 34 0 E 11E 3D 40
Octal 301 152 333 14 64 0 16 436 75 100
Binary 11000001 1101010 11011011 1100 110100 0 1110 100011110 111101 1000000

Color Harmonies of #C16ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ADB

Black with #C16ADB

Text Example


Text Example

White with #C16ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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