#C16ACF

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

Shades of Medium Orchid #C16ACF

Tints of Medium Orchid #C16ACF

Color information

#C16ACF (or 0xC16ACF) is unknown color: approx Medium Orchid. HEX triplet: C1, 6A and CF. RGB value is (193,106,207). Sum of RGB (Red+Green+Blue) = 193+106+207=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #C16ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ACF is #3E9530. Grayscale: #8F8F8F. Windows color (decimal): -4101425 or 13593281. OLE color: 13593281.

HSL color Cylindrical-coordinate representation of color #C16ACF: hue angle of 291.68º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16ACF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193106207-
CMYK0.070.4900.19
HSL291.68º51.27%61.37%-
HSV(B)291.68º48.79%81.18%-
XYZ38.4126.1562.05-
YUV143.53163.82163.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 207 (81.25% from 255) = 40.91%
R=38.14%
G=20.95%
B=40.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931062070.070.4900.19291.6851.2761.37
HexC16ACF731013124333d
Octal3011523177610234446375
Binary11000001110101011001111111110001010011100100100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16ACF; }

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

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

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

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

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

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

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

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