#C54FDD

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

Shades of Medium Orchid #C54FDD

Tints of Medium Orchid #C54FDD

Color information

#C54FDD (or 0xC54FDD) is unknown color: approx Medium Orchid. HEX triplet: C5, 4F and DD. RGB value is (197,79,221). Sum of RGB (Red+Green+Blue) = 197+79+221=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #C54FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FDD is #3AB022. Grayscale: #828282. Windows color (decimal): -3846179 or 14503877. OLE color: 14503877.

HSL color Cylindrical-coordinate representation of color #C54FDD: hue angle of 289.86º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54FDD is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19779221-
CMYK0.110.6400.13
HSL289.86º67.62%58.82%-
HSV(B)289.86º64.25%86.67%-
XYZ38.8722.6870.74-
YUV130.47179.09175.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 79 (31.25% from 255) = 15.90%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=39.64%
G=15.90%
B=44.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal197792210.110.6400.13289.8667.6258.82
HexC54FDDB400D122443b
Octal3051173351310001544210473
Binary1100010110011111101110110111000000011011001000101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54FDD; }

 p { color: rgb(197,79,221); }

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

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

 a { background-color: rgb(197,79,221); }

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

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

 span { border-color: rgb(197,79,221); }

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