#c550d3

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

Shades of Medium Orchid #C550D3

Tints of Medium Orchid #C550D3

Color information

#C550D3 (or 0xC550D3) is unknown color: approx Medium Orchid. HEX triplet: C5, 50 and D3. RGB value is (197,80,211). Sum of RGB (Red+Green+Blue) = 197+80+211=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 211 (82.81% from 255 or 43.24% from 488); Max value from RGB is 211 - color contains mainly: blue. Hex color #C550D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550D3 is #3AAF2C. Grayscale: #818181. Windows color (decimal): -3845933 or 13848773. OLE color: 13848773.

HSL color Cylindrical-coordinate representation of color #C550D3: hue angle of 293.59º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C550D3 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19780211-
CMYK0.070.6200.17
HSL293.59º59.82%57.06%-
HSV(B)293.59º62.09%82.75%-
XYZ37.6522.3163.95-
YUV129.92173.76175.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 80 (31.64% from 255) = 16.39%
BLUE value IS 211 (82.81% from 255) = 43.24%
R=40.37%
G=16.39%
B=43.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal197802110.070.6200.17293.5959.8257.06
HexC550D373E0111263c39
Octal3051203237760214467471
Binary11000101101000011010011111111110010001100100110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c550d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c550d3; }

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

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

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

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

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

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

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

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