Html Css Color HEX #C16DDA Medium Orchid

📋 copy color: '#C16DDA'

red 193 ◦ green 109 ◦ blue 218

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

Shades of Medium Orchid #C16DDA

Tints of Medium Orchid #C16DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.96%

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 37.12%
G = 20.96%
B = 41.92%

CMYK

 C value IS 0.11

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C16DDA (or 0xC16DDA) is known color: Medium Orchid. HEX triplet: C1, 6D and DA. RGB value is (193,109,218). Sum of RGB (Red+Green+Blue) = 193+109+218=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #C16DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DDA is #3E9225. Grayscale: #929292. Windows color (decimal): -4100646 or 14314945. OLE color: 14314945.

HSL color Cylindrical-coordinate representation of color #C16DDA: hue angle of 286.24º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16DDA is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 109 218 -
CMYK 0.11 0.5 0 0.15
HSL 286.24º 0.6% 0.64% -
HSV(B) 286.24º 0.5% 0.85% -
XYZ 40.12 27.34 69.49 -
YUV 146.54 168.33 161.14 -
System Red Green Blue C M Y K H S L
Decimal 193 109 218 0.11 0.5 0 0.15 286.24 0.6 0.64
Hex C1 6D DA B 32 0 F 11E 3C 40
Octal 301 155 332 13 62 0 17 436 74 100
Binary 11000001 1101101 11011010 1011 110010 0 1111 100011110 111100 1000000

Color Harmonies of #C16DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DDA

Black with #C16DDA

Text Example


Text Example

White with #C16DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DDA; }

 p { color: rgb(193,109,218); }

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

background-color css

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

 a { background-color: rgb(193,109,218); }

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

border-color css

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

 span { border-color: rgb(193,109,218); }

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