Html Css Color HEX #C16EDD Medium Orchid

📋 copy color: '#C16EDD'

red 193 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #C16EDD

Tints of Medium Orchid #C16EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 36.83%
G = 20.99%
B = 42.18%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C16EDD (or 0xC16EDD) is known color: Medium Orchid. HEX triplet: C1, 6E and DD. RGB value is (193,110,221). Sum of RGB (Red+Green+Blue) = 193+110+221=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #C16EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EDD is #3E9122. Grayscale: #939393. Windows color (decimal): -4100387 or 14511809. OLE color: 14511809.

HSL color Cylindrical-coordinate representation of color #C16EDD: hue angle of 284.86º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16EDD is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 110 221 -
CMYK 0.13 0.50 0 0.13
HSL 284.86º 0.62% 0.65% -
HSV(B) 284.86º 0.5% 0.87% -
XYZ 40.62 27.71 71.61 -
YUV 147.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 193 110 221 0.13 0.50 0 0.13 284.86 0.62 0.65
Hex C1 6E DD D 32 0 D 11D 3E 41
Octal 301 156 335 15 62 0 15 435 76 101
Binary 11000001 1101110 11011101 1101 110010 0 1101 100011101 111110 1000001

Color Harmonies of #C16EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16EDD

Black with #C16EDD

Text Example


Text Example

White with #C16EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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