Html Css Color HEX #C16FDC Medium Orchid

📋 copy color: '#C16FDC'

red 193 ◦ green 111 ◦ blue 220

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

Shades of Medium Orchid #C16FDC

Tints of Medium Orchid #C16FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.18%

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

R = 36.83%
G = 21.18%
B = 41.98%

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

#C16FDC (or 0xC16FDC) is known color: Medium Orchid. HEX triplet: C1, 6F and DC. RGB value is (193,111,220). Sum of RGB (Red+Green+Blue) = 193+111+220=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #C16FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FDC is #3E9023. Grayscale: #939393. Windows color (decimal): -4100132 or 14446529. OLE color: 14446529.

HSL color Cylindrical-coordinate representation of color #C16FDC: hue angle of 285.14º 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 #C16FDC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 111 220 -
CMYK 0.12 0.50 0 0.14
HSL 285.14º 0.61% 0.65% -
HSV(B) 285.14º 0.5% 0.86% -
XYZ 40.6 27.87 70.95 -
YUV 147.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 193 111 220 0.12 0.50 0 0.14 285.14 0.61 0.65
Hex C1 6F DC C 32 0 E 11D 3D 41
Octal 301 157 334 14 62 0 16 435 75 101
Binary 11000001 1101111 11011100 1100 110010 0 1110 100011101 111101 1000001

Color Harmonies of #C16FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16FDC

Black with #C16FDC

Text Example


Text Example

White with #C16FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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