#C551F6

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

Shades of Medium Orchid #C551F6

Tints of Medium Orchid #C551F6

Color information

#C551F6 (or 0xC551F6) is unknown color: approx Medium Orchid. HEX triplet: C5, 51 and F6. RGB value is (197,81,246). Sum of RGB (Red+Green+Blue) = 197+81+246=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #C551F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C551F6 is #3AAE09. Grayscale: #858585. Windows color (decimal): -3845642 or 16142789. OLE color: 16142789.

HSL color Cylindrical-coordinate representation of color #C551F6: hue angle of 282.18º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C551F6 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19781246-
CMYK0.200.6700.04
HSL282.18º90.16%64.12%-
HSV(B)282.18º67.07%96.47%-
XYZ42.624.4189.65-
YUV134.49190.93172.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.60%
GREEN value IS 81 (32.03% from 255) = 15.46%
BLUE value IS 246 (96.48% from 255) = 46.95%
R=37.60%
G=15.46%
B=46.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal197812460.200.6700.04282.1890.1664.12
HexC551F614430411a5a40
Octal3051213662410304432132100
Binary11000101101000111110110101001000011010010001101010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C551F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C551F6; }

 p { color: rgb(197,81,246); }

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

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

 a { background-color: rgb(197,81,246); }

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

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

 span { border-color: rgb(197,81,246); }

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