#C459DC

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

Shades of Medium Orchid #C459DC

Tints of Medium Orchid #C459DC

Color information

#C459DC (or 0xC459DC) is unknown color: approx Medium Orchid. HEX triplet: C4, 59 and DC. RGB value is (196,89,220). Sum of RGB (Red+Green+Blue) = 196+89+220=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #C459DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C459DC is #3BA623. Grayscale: #878787. Windows color (decimal): -3909156 or 14440900. OLE color: 14440900.

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

Color convert

RGB19689220-
CMYK0.110.6000.14
HSL289.01º65.17%60.59%-
HSV(B)289.01º59.55%86.27%-
XYZ39.2624.0570.28-
YUV135.93175.45170.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 89 (35.16% from 255) = 17.62%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=38.81%
G=17.62%
B=43.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal196892200.110.6000.14289.0165.1760.59
HexC459DCB3C0E121413d
Octal304131334137401644110175
Binary110001001011001110111001011111100011101001000011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C459DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C459DC; }

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

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

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

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

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

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

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

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