Html Css Color HEX #C166EC Medium Orchid

📋 copy color: '#C166EC'

red 193 ◦ green 102 ◦ blue 236

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

Shades of Medium Orchid #C166EC

Tints of Medium Orchid #C166EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.21%

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

R = 36.35%
G = 19.21%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C166EC (or 0xC166EC) is known color: Medium Orchid. HEX triplet: C1, 66 and EC. RGB value is (193,102,236). Sum of RGB (Red+Green+Blue) = 193+102+236=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #C166EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166EC is #3E9913. Grayscale: #909090. Windows color (decimal): -4102420 or 15492801. OLE color: 15492801.

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

Color convert

RGB 193 102 236 -
CMYK 0.18 0.57 0 0.07
HSL 280.75º 0.78% 0.66% -
HSV(B) 280.75º 0.57% 0.93% -
XYZ 41.88 26.9 82.34 -
YUV 144.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 193 102 236 0.18 0.57 0 0.07 280.75 0.78 0.66
Hex C1 66 EC 12 39 0 7 119 4E 42
Octal 301 146 354 22 71 0 7 431 116 102
Binary 11000001 1100110 11101100 10010 111001 0 111 100011001 1001110 1000010

Color Harmonies of #C166EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166EC

Black with #C166EC

Text Example


Text Example

White with #C166EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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