Html Css Color HEX #C16ADC Medium Orchid

📋 copy color: '#C16ADC'

red 193 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #C16ADC

Tints of Medium Orchid #C16ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.42%

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 37.19%
G = 20.42%
B = 42.39%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C16ADC (or 0xC16ADC) is known color: Medium Orchid. HEX triplet: C1, 6A and DC. RGB value is (193,106,220). Sum of RGB (Red+Green+Blue) = 193+106+220=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #C16ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ADC is #3E9523. Grayscale: #909090. Windows color (decimal): -4101412 or 14445249. OLE color: 14445249.

HSL color Cylindrical-coordinate representation of color #C16ADC: hue angle of 285.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C16ADC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 106 220 -
CMYK 0.12 0.52 0 0.14
HSL 285.79º 0.62% 0.64% -
HSV(B) 285.79º 0.52% 0.86% -
XYZ 40.06 26.81 70.77 -
YUV 145.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 193 106 220 0.12 0.52 0 0.14 285.79 0.62 0.64
Hex C1 6A DC C 34 0 E 11E 3E 40
Octal 301 152 334 14 64 0 16 436 76 100
Binary 11000001 1101010 11011100 1100 110100 0 1110 100011110 111110 1000000

Color Harmonies of #C16ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ADC

Black with #C16ADC

Text Example


Text Example

White with #C16ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ADC; }

 p { color: rgb(193,106,220); }

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

background-color css

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

 a { background-color: rgb(193,106,220); }

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

border-color css

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

 span { border-color: rgb(193,106,220); }

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