#C55FD8

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

Shades of Medium Orchid #C55FD8

Tints of Medium Orchid #C55FD8

Color information

#C55FD8 (or 0xC55FD8) is unknown color: approx Medium Orchid. HEX triplet: C5, 5F and D8. RGB value is (197,95,216). Sum of RGB (Red+Green+Blue) = 197+95+216=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #C55FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FD8 is #3AA027. Grayscale: #8A8A8A. Windows color (decimal): -3842088 or 14180293. OLE color: 14180293.

HSL color Cylindrical-coordinate representation of color #C55FD8: hue angle of 290.58º degrees, saturation: 0.61, 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 #C55FD8 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19795216-
CMYK0.090.5600.15
HSL290.58º60.8%60.98%-
HSV(B)290.58º56.02%84.71%-
XYZ39.5125.0167.71-
YUV139.29171.29169.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 95 (37.5% from 255) = 18.70%
BLUE value IS 216 (84.77% from 255) = 42.52%
R=38.78%
G=18.70%
B=42.52%

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
Decimal197952160.090.5600.15290.5860.860.98
HexC55FD89380F1233d3d
Octal30513733011700174437575
Binary11000101101111111011000100111100001111100100011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55FD8; }

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

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

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

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

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

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

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

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