#C16ACC

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

Shades of Medium Orchid #C16ACC

Tints of Medium Orchid #C16ACC

Color information

#C16ACC (or 0xC16ACC) is unknown color: approx Medium Orchid. HEX triplet: C1, 6A and CC. RGB value is (193,106,204). Sum of RGB (Red+Green+Blue) = 193+106+204=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #C16ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ACC is #3E9533. Grayscale: #8E8E8E. Windows color (decimal): -4101428 or 13396673. OLE color: 13396673.

HSL color Cylindrical-coordinate representation of color #C16ACC: hue angle of 293.27º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16ACC is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193106204-
CMYK0.050.4800.2
HSL293.27º49%60.78%-
HSV(B)293.27º48.04%80%-
XYZ38.0526.0160.14-
YUV143.18162.32163.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 106 (41.80% from 255) = 21.07%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=38.37%
G=21.07%
B=40.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931062040.050.4800.2293.274960.78
HexC16ACC530014125313d
Octal3011523145600244456175
Binary11000001110101011001100101110000010100100100101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16ACC; }

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

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

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

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

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

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

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

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