Html Css Color HEX #C16EDF Medium Orchid

📋 copy color: '#C16EDF'

red 193 ◦ green 110 ◦ blue 223

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

Shades of Medium Orchid #C16EDF

Tints of Medium Orchid #C16EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 36.69%
G = 20.91%
B = 42.4%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C16EDF (or 0xC16EDF) is known color: Medium Orchid. HEX triplet: C1, 6E and DF. RGB value is (193,110,223). Sum of RGB (Red+Green+Blue) = 193+110+223=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #C16EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EDF is #3E9120. Grayscale: #939393. Windows color (decimal): -4100385 or 14642881. OLE color: 14642881.

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

Color convert

RGB 193 110 223 -
CMYK 0.13 0.51 0 0.13
HSL 284.07º 0.64% 0.65% -
HSV(B) 284.07º 0.51% 0.87% -
XYZ 40.89 27.82 73.03 -
YUV 147.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 193 110 223 0.13 0.51 0 0.13 284.07 0.64 0.65
Hex C1 6E DF D 33 0 D 11C 40 41
Octal 301 156 337 15 63 0 15 434 100 101
Binary 11000001 1101110 11011111 1101 110011 0 1101 100011100 1000000 1000001

Color Harmonies of #C16EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16EDF

Black with #C16EDF

Text Example


Text Example

White with #C16EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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