#c454d0

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

Shades of Medium Orchid #C454D0

Tints of Medium Orchid #C454D0

Color information

#C454D0 (or 0xC454D0) is unknown color: approx Medium Orchid. HEX triplet: C4, 54 and D0. RGB value is (196,84,208). Sum of RGB (Red+Green+Blue) = 196+84+208=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #C454D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454D0 is #3BAB2F. Grayscale: #838383. Windows color (decimal): -3910448 or 13653188. OLE color: 13653188.

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

Color convert

RGB19684208-
CMYK0.060.6000.18
HSL294.19º56.88%57.25%-
HSV(B)294.19º59.62%81.57%-
XYZ37.3222.6362.08-
YUV131.62171.11173.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 84 (33.20% from 255) = 17.21%
BLUE value IS 208 (81.64% from 255) = 42.62%
R=40.16%
G=17.21%
B=42.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196842080.060.6000.18294.1956.8857.25
HexC454D063C0121263939
Octal3041243206740224467171
Binary11000100101010011010000110111100010010100100110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c454d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c454d0; }

 p { color: rgb(196,84,208); }

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

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

 a { background-color: rgb(196,84,208); }

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

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

 span { border-color: rgb(196,84,208); }

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