Html Css Color HEX #C16ED6 Medium Orchid

📋 copy color: '#C16ED6'

red 193 ◦ green 110 ◦ blue 214

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

Shades of Medium Orchid #C16ED6

Tints of Medium Orchid #C16ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.39%

R = 37.33%
G = 21.28%
B = 41.39%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C16ED6 (or 0xC16ED6) is known color: Medium Orchid. HEX triplet: C1, 6E and D6. RGB value is (193,110,214). Sum of RGB (Red+Green+Blue) = 193+110+214=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #C16ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ED6 is #3E9129. Grayscale: #929292. Windows color (decimal): -4100394 or 14053057. OLE color: 14053057.

HSL color Cylindrical-coordinate representation of color #C16ED6: hue angle of 287.88º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16ED6 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 110 214 -
CMYK 0.10 0.49 0 0.16
HSL 287.88º 0.56% 0.64% -
HSV(B) 287.88º 0.49% 0.84% -
XYZ 39.71 27.34 66.8 -
YUV 146.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 193 110 214 0.10 0.49 0 0.16 287.88 0.56 0.64
Hex C1 6E D6 A 31 0 10 120 38 40
Octal 301 156 326 12 61 0 20 440 70 100
Binary 11000001 1101110 11010110 1010 110001 0 10000 100100000 111000 1000000

Color Harmonies of #C16ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ED6

Black with #C16ED6

Text Example


Text Example

White with #C16ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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