#C46CD1

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

Shades of Medium Orchid #C46CD1

Tints of Medium Orchid #C46CD1

Color information

#C46CD1 (or 0xC46CD1) is unknown color: approx Medium Orchid. HEX triplet: C4, 6C and D1. RGB value is (196,108,209). Sum of RGB (Red+Green+Blue) = 196+108+209=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #C46CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CD1 is #3B932E. Grayscale: #919191. Windows color (decimal): -3904303 or 13724868. OLE color: 13724868.

HSL color Cylindrical-coordinate representation of color #C46CD1: hue angle of 292.28º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46CD1 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196108209-
CMYK0.060.4800.18
HSL292.28º52.33%62.16%-
HSV(B)292.28º48.33%81.96%-
XYZ39.6427.0663.46-
YUV145.83163.65163.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 108 (42.58% from 255) = 21.05%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=38.21%
G=21.05%
B=40.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961082090.060.4800.18292.2852.3362.16
HexC46CD1630012124343e
Octal3041543216600224446476
Binary11000100110110011010001110110000010010100100100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46CD1; }

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

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

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

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

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

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

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

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