#C549FF

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

Shades of Medium Orchid #C549FF

Tints of Medium Orchid #C549FF

Color information

#C549FF (or 0xC549FF) is unknown color: approx Medium Orchid. HEX triplet: C5, 49 and FF. RGB value is (197,73,255). Sum of RGB (Red+Green+Blue) = 197+73+255=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #C549FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C549FF is #3AB600. Grayscale: #828282. Windows color (decimal): -3847681 or 16730565. OLE color: 16730565.

HSL color Cylindrical-coordinate representation of color #C549FF: hue angle of 280.88º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C549FF is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19773255-
CMYK0.230.7100
HSL280.88º100%64.31%-
HSV(B)280.88º71.37%100%-
XYZ43.4623.8696.92-
YUV130.82198.08175.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 73 (28.91% from 255) = 13.90%
BLUE value IS 255 (100% from 255) = 48.57%
R=37.52%
G=13.90%
B=48.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal197732550.230.7100280.8810064.31
HexC549FF1747001196440
Octal3051113772710700431144100
Binary110001011001001111111111011110001110010001100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C549FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C549FF; }

 p { color: rgb(197,73,255); }

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

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

 a { background-color: rgb(197,73,255); }

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

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

 span { border-color: rgb(197,73,255); }

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