#C450EB

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

Shades of Medium Orchid #C450EB

Tints of Medium Orchid #C450EB

Color information

#C450EB (or 0xC450EB) is unknown color: approx Medium Orchid. HEX triplet: C4, 50 and EB. RGB value is (196,80,235). Sum of RGB (Red+Green+Blue) = 196+80+235=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #C450EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450EB is #3BAF14. Grayscale: #838383. Windows color (decimal): -3911445 or 15421636. OLE color: 15421636.

HSL color Cylindrical-coordinate representation of color #C450EB: hue angle of 284.9º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C450EB is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19680235-
CMYK0.170.6600.08
HSL284.9º79.49%61.76%-
HSV(B)284.9º65.96%92.16%-
XYZ40.6323.4780.99-
YUV132.35185.93173.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.36%
GREEN value IS 80 (31.64% from 255) = 15.66%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=38.36%
G=15.66%
B=45.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal196802350.170.6600.08284.979.4961.76
HexC450EB11420811d4f3e
Octal3041203532110201043511776
Binary11000100101000011101011100011000010010001000111011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C450EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C450EB; }

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

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

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

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

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

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

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

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