#C55AE8

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

Shades of Medium Orchid #C55AE8

Tints of Medium Orchid #C55AE8

Color information

#C55AE8 (or 0xC55AE8) is unknown color: approx Medium Orchid. HEX triplet: C5, 5A and E8. RGB value is (197,90,232). Sum of RGB (Red+Green+Blue) = 197+90+232=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #C55AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55AE8 is #3AA517. Grayscale: #898989. Windows color (decimal): -3843352 or 15227589. OLE color: 15227589.

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

Color convert

RGB19790232-
CMYK0.150.6100.09
HSL285.21º75.53%63.14%-
HSV(B)285.21º61.21%90.98%-
XYZ41.2525.0179-
YUV138.18180.95169.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 90 (35.55% from 255) = 17.34%
BLUE value IS 232 (91.02% from 255) = 44.70%
R=37.96%
G=17.34%
B=44.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal197902320.150.6100.09285.2175.5363.14
HexC55AE8F3D0911d4c3f
Octal305132350177501143511477
Binary110001011011010111010001111111101010011000111011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55AE8; }

 p { color: rgb(197,90,232); }

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

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

 a { background-color: rgb(197,90,232); }

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

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

 span { border-color: rgb(197,90,232); }

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