Html Css Color HEX #C16DDC Medium Orchid

📋 copy color: '#C16DDC'

red 193 ◦ green 109 ◦ blue 220

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

Shades of Medium Orchid #C16DDC

Tints of Medium Orchid #C16DDC

RGB

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

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

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

R = 36.97%
G = 20.88%
B = 42.15%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C16DDC (or 0xC16DDC) is known color: Medium Orchid. HEX triplet: C1, 6D and DC. RGB value is (193,109,220). Sum of RGB (Red+Green+Blue) = 193+109+220=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #C16DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DDC is #3E9223. Grayscale: #929292. Windows color (decimal): -4100644 or 14446017. OLE color: 14446017.

HSL color Cylindrical-coordinate representation of color #C16DDC: hue angle of 285.41º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16DDC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 109 220 -
CMYK 0.12 0.50 0 0.14
HSL 285.41º 0.61% 0.65% -
HSV(B) 285.41º 0.5% 0.86% -
XYZ 40.38 27.44 70.88 -
YUV 146.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 193 109 220 0.12 0.50 0 0.14 285.41 0.61 0.65
Hex C1 6D DC C 32 0 E 11D 3D 41
Octal 301 155 334 14 62 0 16 435 75 101
Binary 11000001 1101101 11011100 1100 110010 0 1110 100011101 111101 1000001

Color Harmonies of #C16DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DDC

Black with #C16DDC

Text Example


Text Example

White with #C16DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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