Html Css Color HEX #C16ED1 Medium Orchid

📋 copy color: '#C16ED1'

red 193 ◦ green 110 ◦ blue 209

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

Shades of Medium Orchid #C16ED1

Tints of Medium Orchid #C16ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.82%

R = 37.7%
G = 21.48%
B = 40.82%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C16ED1 (or 0xC16ED1) is known color: Medium Orchid. HEX triplet: C1, 6E and D1. RGB value is (193,110,209). Sum of RGB (Red+Green+Blue) = 193+110+209=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #C16ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ED1 is #3E912E. Grayscale: #919191. Windows color (decimal): -4100399 or 13725377. OLE color: 13725377.

HSL color Cylindrical-coordinate representation of color #C16ED1: hue angle of 290.3º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16ED1 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 110 209 -
CMYK 0.08 0.47 0 0.18
HSL 290.3º 0.52% 0.63% -
HSV(B) 290.3º 0.47% 0.82% -
XYZ 39.08 27.09 63.49 -
YUV 146.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 193 110 209 0.08 0.47 0 0.18 290.3 0.52 0.63
Hex C1 6E D1 8 2F 0 12 122 34 3F
Octal 301 156 321 10 57 0 22 442 64 77
Binary 11000001 1101110 11010001 1000 101111 0 10010 100100010 110100 111111

Color Harmonies of #C16ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ED1

Black with #C16ED1

Text Example


Text Example

White with #C16ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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