Html Css Color HEX #C166E3 Medium Orchid

📋 copy color: '#C166E3'

red 193 ◦ green 102 ◦ blue 227

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

Shades of Medium Orchid #C166E3

Tints of Medium Orchid #C166E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.49%

R = 36.97%
G = 19.54%
B = 43.49%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C166E3 (or 0xC166E3) is known color: Medium Orchid. HEX triplet: C1, 66 and E3. RGB value is (193,102,227). Sum of RGB (Red+Green+Blue) = 193+102+227=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #C166E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166E3 is #3E991C. Grayscale: #8F8F8F. Windows color (decimal): -4102429 or 14902977. OLE color: 14902977.

HSL color Cylindrical-coordinate representation of color #C166E3: hue angle of 283.68º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C166E3 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 102 227 -
CMYK 0.15 0.55 0 0.11
HSL 283.68º 0.69% 0.65% -
HSV(B) 283.68º 0.55% 0.89% -
XYZ 40.61 26.39 75.63 -
YUV 143.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 193 102 227 0.15 0.55 0 0.11 283.68 0.69 0.65
Hex C1 66 E3 F 37 0 B 11C 45 41
Octal 301 146 343 17 67 0 13 434 105 101
Binary 11000001 1100110 11100011 1111 110111 0 1011 100011100 1000101 1000001

Color Harmonies of #C166E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C166E3

Black with #C166E3

Text Example


Text Example

White with #C166E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C166E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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