Html Css Color HEX #C16ED5 Medium Orchid

📋 copy color: '#C16ED5'

red 193 ◦ green 110 ◦ blue 213

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

Shades of Medium Orchid #C16ED5

Tints of Medium Orchid #C16ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.28%

R = 37.4%
G = 21.32%
B = 41.28%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C16ED5 (or 0xC16ED5) is known color: Medium Orchid. HEX triplet: C1, 6E and D5. RGB value is (193,110,213). Sum of RGB (Red+Green+Blue) = 193+110+213=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #C16ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ED5 is #3E912A. Grayscale: #929292. Windows color (decimal): -4100395 or 13987521. OLE color: 13987521.

HSL color Cylindrical-coordinate representation of color #C16ED5: hue angle of 288.35º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16ED5 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 110 213 -
CMYK 0.09 0.48 0 0.16
HSL 288.35º 0.55% 0.63% -
HSV(B) 288.35º 0.48% 0.84% -
XYZ 39.58 27.29 66.13 -
YUV 146.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 193 110 213 0.09 0.48 0 0.16 288.35 0.55 0.63
Hex C1 6E D5 9 30 0 10 120 37 3F
Octal 301 156 325 11 60 0 20 440 67 77
Binary 11000001 1101110 11010101 1001 110000 0 10000 100100000 110111 111111

Color Harmonies of #C16ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ED5

Black with #C16ED5

Text Example


Text Example

White with #C16ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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