#c554e4

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

Shades of Medium Orchid #C554E4

Tints of Medium Orchid #C554E4

Color information

#C554E4 (or 0xC554E4) is unknown color: approx Medium Orchid. HEX triplet: C5, 54 and E4. RGB value is (197,84,228). Sum of RGB (Red+Green+Blue) = 197+84+228=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #C554E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554E4 is #3AAB1B. Grayscale: #858585. Windows color (decimal): -3844892 or 14963909. OLE color: 14963909.

HSL color Cylindrical-coordinate representation of color #C554E4: hue angle of 287.08º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C554E4 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19784228-
CMYK0.140.6300.11
HSL287.08º72.73%61.18%-
HSV(B)287.08º63.16%89.41%-
XYZ40.223.8175.88-
YUV134.2180.94172.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 84 (33.20% from 255) = 16.50%
BLUE value IS 228 (89.45% from 255) = 44.79%
R=38.70%
G=16.50%
B=44.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal197842280.140.6300.11287.0872.7361.18
HexC554E4E3F0B11f493d
Octal305124344167701343711175
Binary110001011010100111001001110111111010111000111111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c554e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c554e4; }

 p { color: rgb(197,84,228); }

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

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

 a { background-color: rgb(197,84,228); }

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

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

 span { border-color: rgb(197,84,228); }

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