Html Css Color HEX #C161EC Medium Orchid

📋 copy color: '#C161EC'

red 193 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #C161EC

Tints of Medium Orchid #C161EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.44%

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

R = 36.69%
G = 18.44%
B = 44.87%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C161EC (or 0xC161EC) is known color: Medium Orchid. HEX triplet: C1, 61 and EC. RGB value is (193,97,236). Sum of RGB (Red+Green+Blue) = 193+97+236=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #C161EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C161EC is #3E9E13. Grayscale: #8D8D8D. Windows color (decimal): -4103700 or 15491521. OLE color: 15491521.

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

Color convert

RGB 193 97 236 -
CMYK 0.18 0.59 0 0.07
HSL 281.44º 0.79% 0.65% -
HSV(B) 281.44º 0.59% 0.93% -
XYZ 41.41 25.94 82.18 -
YUV 141.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 193 97 236 0.18 0.59 0 0.07 281.44 0.79 0.65
Hex C1 61 EC 12 3B 0 7 119 4F 41
Octal 301 141 354 22 73 0 7 431 117 101
Binary 11000001 1100001 11101100 10010 111011 0 111 100011001 1001111 1000001

Color Harmonies of #C161EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161EC

Black with #C161EC

Text Example


Text Example

White with #C161EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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