#C554D4

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

Shades of Medium Orchid #C554D4

Tints of Medium Orchid #C554D4

Color information

#C554D4 (or 0xC554D4) is unknown color: approx Medium Orchid. HEX triplet: C5, 54 and D4. RGB value is (197,84,212). Sum of RGB (Red+Green+Blue) = 197+84+212=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 212 - color contains mainly: blue. Hex color #C554D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554D4 is #3AAB2B. Grayscale: #838383. Windows color (decimal): -3844908 or 13915333. OLE color: 13915333.

HSL color Cylindrical-coordinate representation of color #C554D4: hue angle of 292.97º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C554D4 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19784212-
CMYK0.070.6000.17
HSL292.97º59.81%58.04%-
HSV(B)292.97º60.38%83.14%-
XYZ38.0822.9664.71-
YUV132.38172.94174.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 84 (33.20% from 255) = 17.04%
BLUE value IS 212 (83.20% from 255) = 43.00%
R=39.96%
G=17.04%
B=43.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal197842120.070.6000.17292.9759.8158.04
HexC554D473C0111253c3a
Octal3051243247740214457472
Binary11000101101010011010100111111100010001100100101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C554D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C554D4; }

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

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

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

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

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

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

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

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