#C166CC

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

Shades of Medium Orchid #C166CC

Tints of Medium Orchid #C166CC

Color information

#C166CC (or 0xC166CC) is unknown color: approx Medium Orchid. HEX triplet: C1, 66 and CC. RGB value is (193,102,204). Sum of RGB (Red+Green+Blue) = 193+102+204=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #C166CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166CC is #3E9933. Grayscale: #8C8C8C. Windows color (decimal): -4102452 or 13395649. OLE color: 13395649.

HSL color Cylindrical-coordinate representation of color #C166CC: hue angle of 293.53º degrees, saturation: 0.5, 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 #C166CC is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193102204-
CMYK0.050.500.2
HSL293.53º50%60%-
HSV(B)293.53º50%80%-
XYZ37.6425.260.01-
YUV140.84163.65165.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 102 (40.23% from 255) = 20.44%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=38.68%
G=20.44%
B=40.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931022040.050.500.2293.535060
HexC166CC532014126323c
Octal3011463145620244466274
Binary11000001110011011001100101110010010100100100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C166CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C166CC; }

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

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

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

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

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

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

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

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