Html Css Color HEX #C166EF Medium Orchid

📋 copy color: '#C166EF'

red 193 ◦ green 102 ◦ blue 239

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

Shades of Medium Orchid #C166EF

Tints of Medium Orchid #C166EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 36.14%
G = 19.1%
B = 44.76%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C166EF (or 0xC166EF) is known color: Medium Orchid. HEX triplet: C1, 66 and EF. RGB value is (193,102,239). Sum of RGB (Red+Green+Blue) = 193+102+239=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #C166EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C166EF is #3E9910. Grayscale: #909090. Windows color (decimal): -4102417 or 15689409. OLE color: 15689409.

HSL color Cylindrical-coordinate representation of color #C166EF: hue angle of 279.85º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C166EF is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 102 239 -
CMYK 0.19 0.57 0 0.06
HSL 279.85º 0.81% 0.67% -
HSV(B) 279.85º 0.57% 0.94% -
XYZ 42.32 27.07 84.66 -
YUV 144.83 181.15 162.36 -
System Red Green Blue C M Y K H S L
Decimal 193 102 239 0.19 0.57 0 0.06 279.85 0.81 0.67
Hex C1 66 EF 13 39 0 6 118 51 43
Octal 301 146 357 23 71 0 6 430 121 103
Binary 11000001 1100110 11101111 10011 111001 0 110 100011000 1010001 1000011

Color Harmonies of #C166EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166EF

Black with #C166EF

Text Example


Text Example

White with #C166EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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