#C456DC

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

Shades of Medium Orchid #C456DC

Tints of Medium Orchid #C456DC

Color information

#C456DC (or 0xC456DC) is unknown color: approx Medium Orchid. HEX triplet: C4, 56 and DC. RGB value is (196,86,220). Sum of RGB (Red+Green+Blue) = 196+86+220=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #C456DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456DC is #3BA923. Grayscale: #858585. Windows color (decimal): -3909924 or 14440132. OLE color: 14440132.

HSL color Cylindrical-coordinate representation of color #C456DC: hue angle of 289.25º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C456DC is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19686220-
CMYK0.110.6100.14
HSL289.25º65.69%60%-
HSV(B)289.25º60.91%86.27%-
XYZ39.0123.5670.2-
YUV134.17176.44172.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 86 (33.98% from 255) = 17.13%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=39.04%
G=17.13%
B=43.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal196862200.110.6100.14289.2565.6960
HexC456DCB3D0E121423c
Octal304126334137501644110274
Binary110001001010110110111001011111101011101001000011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C456DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C456DC; }

 p { color: rgb(196,86,220); }

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

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

 a { background-color: rgb(196,86,220); }

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

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

 span { border-color: rgb(196,86,220); }

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