Html Css Color HEX #C163EC Medium Orchid

📋 copy color: '#C163EC'

red 193 ◦ green 99 ◦ blue 236

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

Shades of Medium Orchid #C163EC

Tints of Medium Orchid #C163EC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.75%

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

R = 36.55%
G = 18.75%
B = 44.7%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C163EC (or 0xC163EC) is known color: Medium Orchid. HEX triplet: C1, 63 and EC. RGB value is (193,99,236). Sum of RGB (Red+Green+Blue) = 193+99+236=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #C163EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C163EC is #3E9C13. Grayscale: #8E8E8E. Windows color (decimal): -4103188 or 15492033. OLE color: 15492033.

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

Color convert

RGB 193 99 236 -
CMYK 0.18 0.58 0 0.07
HSL 281.17º 0.78% 0.66% -
HSV(B) 281.17º 0.58% 0.93% -
XYZ 41.59 26.32 82.24 -
YUV 142.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 193 99 236 0.18 0.58 0 0.07 281.17 0.78 0.66
Hex C1 63 EC 12 3A 0 7 119 4E 42
Octal 301 143 354 22 72 0 7 431 116 102
Binary 11000001 1100011 11101100 10010 111010 0 111 100011001 1001110 1000010

Color Harmonies of #C163EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163EC

Black with #C163EC

Text Example


Text Example

White with #C163EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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