Html Css Color HEX #C16FD6 Medium Orchid

📋 copy color: '#C16FD6'

red 193 ◦ green 111 ◦ blue 214

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

Shades of Medium Orchid #C16FD6

Tints of Medium Orchid #C16FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.31%

R = 37.26%
G = 21.43%
B = 41.31%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C16FD6 (or 0xC16FD6) is known color: Medium Orchid. HEX triplet: C1, 6F and D6. RGB value is (193,111,214). Sum of RGB (Red+Green+Blue) = 193+111+214=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #C16FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FD6 is #3E9029. Grayscale: #929292. Windows color (decimal): -4100138 or 14053313. OLE color: 14053313.

HSL color Cylindrical-coordinate representation of color #C16FD6: hue angle of 287.77º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16FD6 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 111 214 -
CMYK 0.10 0.48 0 0.16
HSL 287.77º 0.56% 0.64% -
HSV(B) 287.77º 0.48% 0.84% -
XYZ 39.81 27.56 66.84 -
YUV 147.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 193 111 214 0.10 0.48 0 0.16 287.77 0.56 0.64
Hex C1 6F D6 A 30 0 10 120 38 40
Octal 301 157 326 12 60 0 20 440 70 100
Binary 11000001 1101111 11010110 1010 110000 0 10000 100100000 111000 1000000

Color Harmonies of #C16FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16FD6

Black with #C16FD6

Text Example


Text Example

White with #C16FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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