#C550EB

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

Shades of Medium Orchid #C550EB

Tints of Medium Orchid #C550EB

Color information

#C550EB (or 0xC550EB) is unknown color: approx Medium Orchid. HEX triplet: C5, 50 and EB. RGB value is (197,80,235). Sum of RGB (Red+Green+Blue) = 197+80+235=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #C550EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C550EB is #3AAF14. Grayscale: #848484. Windows color (decimal): -3845909 or 15421637. OLE color: 15421637.

HSL color Cylindrical-coordinate representation of color #C550EB: hue angle of 285.29º 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 #C550EB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19780235-
CMYK0.160.6600.08
HSL285.29º79.49%61.76%-
HSV(B)285.29º65.96%92.16%-
XYZ40.8923.6181-
YUV132.65185.76173.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 80 (31.64% from 255) = 15.62%
BLUE value IS 235 (92.19% from 255) = 45.90%
R=38.48%
G=15.62%
B=45.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal197802350.160.6600.08285.2979.4961.76
HexC550EB10420811d4f3e
Octal3051203532010201043511776
Binary11000101101000011101011100001000010010001000111011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C550EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C550EB; }

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

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

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

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

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

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

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

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