Html Css Color HEX #C16FDB Medium Orchid

📋 copy color: '#C16FDB'

red 193 ◦ green 111 ◦ blue 219

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

Shades of Medium Orchid #C16FDB

Tints of Medium Orchid #C16FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.22%

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

R = 36.9%
G = 21.22%
B = 41.87%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C16FDB (or 0xC16FDB) is known color: Medium Orchid. HEX triplet: C1, 6F and DB. RGB value is (193,111,219). Sum of RGB (Red+Green+Blue) = 193+111+219=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #C16FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FDB is #3E9024. Grayscale: #939393. Windows color (decimal): -4100133 or 14380993. OLE color: 14380993.

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

Color convert

RGB 193 111 219 -
CMYK 0.12 0.49 0 0.14
HSL 285.56º 0.6% 0.65% -
HSV(B) 285.56º 0.49% 0.86% -
XYZ 40.46 27.82 70.26 -
YUV 147.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 193 111 219 0.12 0.49 0 0.14 285.56 0.6 0.65
Hex C1 6F DB C 31 0 E 11E 3C 41
Octal 301 157 333 14 61 0 16 436 74 101
Binary 11000001 1101111 11011011 1100 110001 0 1110 100011110 111100 1000001

Color Harmonies of #C16FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16FDB

Black with #C16FDB

Text Example


Text Example

White with #C16FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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