Html Css Color HEX #C160EC Medium Orchid

📋 copy color: '#C160EC'

red 193 ◦ green 96 ◦ blue 236

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

Shades of Medium Orchid #C160EC

Tints of Medium Orchid #C160EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.29%

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

R = 36.76%
G = 18.29%
B = 44.95%

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

#C160EC (or 0xC160EC) is known color: Medium Orchid. HEX triplet: C1, 60 and EC. RGB value is (193,96,236). Sum of RGB (Red+Green+Blue) = 193+96+236=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #C160EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C160EC is #3E9F13. Grayscale: #8C8C8C. Windows color (decimal): -4103956 or 15491265. OLE color: 15491265.

HSL color Cylindrical-coordinate representation of color #C160EC: hue angle of 281.57º 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 #C160EC is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 96 236 -
CMYK 0.18 0.59 0 0.07
HSL 281.57º 0.79% 0.65% -
HSV(B) 281.57º 0.59% 0.93% -
XYZ 41.32 25.76 82.15 -
YUV 140.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 193 96 236 0.18 0.59 0 0.07 281.57 0.79 0.65
Hex C1 60 EC 12 3B 0 7 11A 4F 41
Octal 301 140 354 22 73 0 7 432 117 101
Binary 11000001 1100000 11101100 10010 111011 0 111 100011010 1001111 1000001

Color Harmonies of #C160EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160EC

Black with #C160EC

Text Example


Text Example

White with #C160EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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