Html Css Color HEX #C16CDB Medium Orchid

📋 copy color: '#C16CDB'

red 193 ◦ green 108 ◦ blue 219

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

Shades of Medium Orchid #C16CDB

Tints of Medium Orchid #C16CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.77%

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

R = 37.12%
G = 20.77%
B = 42.12%

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

#C16CDB (or 0xC16CDB) is known color: Medium Orchid. HEX triplet: C1, 6C and DB. RGB value is (193,108,219). Sum of RGB (Red+Green+Blue) = 193+108+219=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #C16CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CDB is #3E9324. Grayscale: #919191. Windows color (decimal): -4100901 or 14380225. OLE color: 14380225.

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

Color convert

RGB 193 108 219 -
CMYK 0.12 0.51 0 0.14
HSL 285.95º 0.61% 0.64% -
HSV(B) 285.95º 0.51% 0.86% -
XYZ 40.14 27.18 70.15 -
YUV 146.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 193 108 219 0.12 0.51 0 0.14 285.95 0.61 0.64
Hex C1 6C DB C 33 0 E 11E 3D 40
Octal 301 154 333 14 63 0 16 436 75 100
Binary 11000001 1101100 11011011 1100 110011 0 1110 100011110 111101 1000000

Color Harmonies of #C16CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16CDB

Black with #C16CDB

Text Example


Text Example

White with #C16CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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