#C46FDE

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

Shades of Medium Orchid #C46FDE

Tints of Medium Orchid #C46FDE

Color information

#C46FDE (or 0xC46FDE) is unknown color: approx Medium Orchid. HEX triplet: C4, 6F and DE. RGB value is (196,111,222). Sum of RGB (Red+Green+Blue) = 196+111+222=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #C46FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FDE is #3B9021. Grayscale: #949494. Windows color (decimal): -3903522 or 14577604. OLE color: 14577604.

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

Color convert

RGB196111222-
CMYK0.120.500.13
HSL285.95º62.71%65.29%-
HSV(B)285.95º50%87.06%-
XYZ41.6328.3872.39-
YUV149.07169.16161.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 111 (43.75% from 255) = 20.98%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=37.05%
G=20.98%
B=41.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961112220.120.500.13285.9562.7165.29
HexC46FDEC320D11e3f41
Octal304157336146201543677101
Binary110001001101111110111101100110010011011000111101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46FDE; }

 p { color: rgb(196,111,222); }

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

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

 a { background-color: rgb(196,111,222); }

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

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

 span { border-color: rgb(196,111,222); }

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