#c46cdf

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

Shades of Medium Orchid #C46CDF

Tints of Medium Orchid #C46CDF

Color information

#C46CDF (or 0xC46CDF) is unknown color: approx Medium Orchid. HEX triplet: C4, 6C and DF. RGB value is (196,108,223). Sum of RGB (Red+Green+Blue) = 196+108+223=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #C46CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CDF is #3B9320. Grayscale: #939393. Windows color (decimal): -3904289 or 14642372. OLE color: 14642372.

HSL color Cylindrical-coordinate representation of color #C46CDF: hue angle of 285.91º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C46CDF is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196108223-
CMYK0.120.5200.13
HSL285.91º64.25%64.9%-
HSV(B)285.91º51.57%87.45%-
XYZ41.4527.7972.99-
YUV147.42170.65162.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 108 (42.58% from 255) = 20.49%
BLUE value IS 223 (87.5% from 255) = 42.31%
R=37.19%
G=20.49%
B=42.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961082230.120.5200.13285.9164.2564.9
HexC46CDFC340D11e4041
Octal3041543371464015436100101
Binary1100010011011001101111111001101000110110001111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46cdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46cdf; }

 p { color: rgb(196,108,223); }

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

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

 a { background-color: rgb(196,108,223); }

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

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

 span { border-color: rgb(196,108,223); }

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