#C450F1

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

Shades of Medium Orchid #C450F1

Tints of Medium Orchid #C450F1

Color information

#C450F1 (or 0xC450F1) is unknown color: approx Medium Orchid. HEX triplet: C4, 50 and F1. RGB value is (196,80,241). Sum of RGB (Red+Green+Blue) = 196+80+241=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #C450F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450F1 is #3BAF0E. Grayscale: #848484. Windows color (decimal): -3911439 or 15814852. OLE color: 15814852.

HSL color Cylindrical-coordinate representation of color #C450F1: hue angle of 283.23º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C450F1 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19680241-
CMYK0.190.6700.05
HSL283.23º85.19%62.94%-
HSV(B)283.23º66.8%94.51%-
XYZ41.5123.8285.63-
YUV133.04188.93172.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 80 (31.64% from 255) = 15.47%
BLUE value IS 241 (94.53% from 255) = 46.62%
R=37.91%
G=15.47%
B=46.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal196802410.190.6700.05283.2385.1962.94
HexC450F113430511b553f
Octal304120361231030543312577
Binary1100010010100001111000110011100001101011000110111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C450F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C450F1; }

 p { color: rgb(196,80,241); }

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

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

 a { background-color: rgb(196,80,241); }

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

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

 span { border-color: rgb(196,80,241); }

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