Html Css Color HEX #C16BDB Medium Orchid

📋 copy color: '#C16BDB'

red 193 ◦ green 107 ◦ blue 219

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

Shades of Medium Orchid #C16BDB

Tints of Medium Orchid #C16BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.62%

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

R = 37.19%
G = 20.62%
B = 42.2%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C16BDB (or 0xC16BDB) is known color: Medium Orchid. HEX triplet: C1, 6B and DB. RGB value is (193,107,219). Sum of RGB (Red+Green+Blue) = 193+107+219=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #C16BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BDB is #3E9424. Grayscale: #919191. Windows color (decimal): -4101157 or 14379969. OLE color: 14379969.

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

Color convert

RGB 193 107 219 -
CMYK 0.12 0.51 0 0.14
HSL 286.07º 0.61% 0.64% -
HSV(B) 286.07º 0.51% 0.86% -
XYZ 40.04 26.97 70.11 -
YUV 145.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 193 107 219 0.12 0.51 0 0.14 286.07 0.61 0.64
Hex C1 6B DB C 33 0 E 11E 3D 40
Octal 301 153 333 14 63 0 16 436 75 100
Binary 11000001 1101011 11011011 1100 110011 0 1110 100011110 111101 1000000

Color Harmonies of #C16BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16BDB

Black with #C16BDB

Text Example


Text Example

White with #C16BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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