#C166CD

Color #C166CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C166CD

Tints of Medium Orchid #C166CD

Color information

#C166CD (or 0xC166CD) is unknown color: approx Medium Orchid. HEX triplet: C1, 66 and CD. RGB value is (193,102,205). Sum of RGB (Red+Green+Blue) = 193+102+205=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #C166CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166CD is #3E9932. Grayscale: #8C8C8C. Windows color (decimal): -4102451 or 13461185. OLE color: 13461185.

HSL color Cylindrical-coordinate representation of color #C166CD: hue angle of 293.01º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C166CD is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193102205-
CMYK0.060.5000.20
HSL293.01º50.74%60.2%-
HSV(B)293.01º50.24%80.39%-
XYZ37.7625.2560.64-
YUV140.95164.15165.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 102 (40.23% from 255) = 20.4%
BLUE value IS 205 (80.47% from 255) = 41%
R=38.6%
G=20.4%
B=41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931022050.060.5000.20293.0150.7460.2
HexC166CD632014125333c
Octal3011463156620244456374
Binary11000001110011011001101110110010010100100100101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C166CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C166CD; }

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

 H1.HeaderClassName
 {
   color: #C166CD;
 }
 .AnyTagClassName
 {
   color: #C166CD;
 }
</style>
background-color css

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

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

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

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

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

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