#C55FD9

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

Shades of Medium Orchid #C55FD9

Tints of Medium Orchid #C55FD9

Color information

#C55FD9 (or 0xC55FD9) is unknown color: approx Medium Orchid. HEX triplet: C5, 5F and D9. RGB value is (197,95,217). Sum of RGB (Red+Green+Blue) = 197+95+217=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #C55FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FD9 is #3AA026. Grayscale: #8B8B8B. Windows color (decimal): -3842087 or 14245829. OLE color: 14245829.

HSL color Cylindrical-coordinate representation of color #C55FD9: hue angle of 290.16º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55FD9 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19795217-
CMYK0.090.5600.15
HSL290.16º61.62%61.18%-
HSV(B)290.16º56.22%85.1%-
XYZ39.6425.0668.39-
YUV139.41171.79169.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 95 (37.5% from 255) = 18.66%
BLUE value IS 217 (85.16% from 255) = 42.63%
R=38.70%
G=18.66%
B=42.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197952170.090.5600.15290.1661.6261.18
HexC55FD99380F1223e3d
Octal30513733111700174427675
Binary11000101101111111011001100111100001111100100010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55FD9; }

 p { color: rgb(197,95,217); }

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

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

 a { background-color: rgb(197,95,217); }

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

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

 span { border-color: rgb(197,95,217); }

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