#C451D0

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

Shades of Medium Orchid #C451D0

Tints of Medium Orchid #C451D0

Color information

#C451D0 (or 0xC451D0) is unknown color: approx Medium Orchid. HEX triplet: C4, 51 and D0. RGB value is (196,81,208). Sum of RGB (Red+Green+Blue) = 196+81+208=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #C451D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451D0 is #3BAE2F. Grayscale: #818181. Windows color (decimal): -3911216 or 13652420. OLE color: 13652420.

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

Color convert

RGB19681208-
CMYK0.060.6100.18
HSL294.33º57.47%56.67%-
HSV(B)294.33º61.06%81.57%-
XYZ37.0922.1762-
YUV129.86172.1175.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 81 (32.03% from 255) = 16.70%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=40.41%
G=16.70%
B=42.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196812080.060.6100.18294.3357.4756.67
HexC451D063D0121263939
Octal3041213206750224467171
Binary11000100101000111010000110111101010010100100110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C451D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C451D0; }

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

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

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

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

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

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

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

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