Html Css Color HEX #C16CEC Medium Orchid

📋 copy color: '#C16CEC'

red 193 ◦ green 108 ◦ blue 236

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

Shades of Medium Orchid #C16CEC

Tints of Medium Orchid #C16CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.11%

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

R = 35.94%
G = 20.11%
B = 43.95%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C16CEC (or 0xC16CEC) is known color: Medium Orchid. HEX triplet: C1, 6C and EC. RGB value is (193,108,236). Sum of RGB (Red+Green+Blue) = 193+108+236=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #C16CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16CEC is #3E9313. Grayscale: #939393. Windows color (decimal): -4100884 or 15494337. OLE color: 15494337.

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

Color convert

RGB 193 108 236 -
CMYK 0.18 0.54 0 0.07
HSL 279.84º 0.77% 0.67% -
HSV(B) 279.84º 0.54% 0.93% -
XYZ 42.5 28.12 82.54 -
YUV 148.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 193 108 236 0.18 0.54 0 0.07 279.84 0.77 0.67
Hex C1 6C EC 12 36 0 7 118 4D 43
Octal 301 154 354 22 66 0 7 430 115 103
Binary 11000001 1101100 11101100 10010 110110 0 111 100011000 1001101 1000011

Color Harmonies of #C16CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16CEC

Black with #C16CEC

Text Example


Text Example

White with #C16CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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