Html Css Color HEX #C16BEC Medium Orchid

📋 copy color: '#C16BEC'

red 193 ◦ green 107 ◦ blue 236

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

Shades of Medium Orchid #C16BEC

Tints of Medium Orchid #C16BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.96%

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 36.01%
G = 19.96%
B = 44.03%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C16BEC (or 0xC16BEC) is known color: Medium Orchid. HEX triplet: C1, 6B and EC. RGB value is (193,107,236). Sum of RGB (Red+Green+Blue) = 193+107+236=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #C16BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16BEC is #3E9413. Grayscale: #929292. Windows color (decimal): -4101140 or 15494081. OLE color: 15494081.

HSL color Cylindrical-coordinate representation of color #C16BEC: hue angle of 280º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C16BEC is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 107 236 -
CMYK 0.18 0.55 0 0.07
HSL 280º 0.77% 0.67% -
HSV(B) 280º 0.55% 0.93% -
XYZ 42.39 27.91 82.51 -
YUV 147.42 177.99 160.51 -
System Red Green Blue C M Y K H S L
Decimal 193 107 236 0.18 0.55 0 0.07 280 0.77 0.67
Hex C1 6B EC 12 37 0 7 118 4D 43
Octal 301 153 354 22 67 0 7 430 115 103
Binary 11000001 1101011 11101100 10010 110111 0 111 100011000 1001101 1000011

Color Harmonies of #C16BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16BEC

Black with #C16BEC

Text Example


Text Example

White with #C16BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16BEC; }

 p { color: rgb(193,107,236); }

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

background-color css

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

 a { background-color: rgb(193,107,236); }

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

border-color css

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

 span { border-color: rgb(193,107,236); }

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