#CD54D8

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

Shades of Medium Orchid #CD54D8

Tints of Medium Orchid #CD54D8

Color information

#CD54D8 (or 0xCD54D8) is unknown color: approx Medium Orchid. HEX triplet: CD, 54 and D8. RGB value is (205,84,216). Sum of RGB (Red+Green+Blue) = 205+84+216=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD54D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD54D8 is #32AB27. Grayscale: #868686. Windows color (decimal): -3320616 or 14177485. OLE color: 14177485.

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

Color convert

RGB20584216-
CMYK0.050.6100.15
HSL295º62.86%58.82%-
HSV(B)295º61.11%84.71%-
XYZ40.7424.2867.5-
YUV135.23173.59177.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 84 (33.20% from 255) = 16.63%
BLUE value IS 216 (84.77% from 255) = 42.77%
R=40.59%
G=16.63%
B=42.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205842160.050.6100.1529562.8658.82
HexCD54D853D0F1273f3b
Octal3151243305750174477773
Binary1100110110101001101100010111110101111100100111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD54D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD54D8; }

 p { color: rgb(205,84,216); }

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

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

 a { background-color: rgb(205,84,216); }

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

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

 span { border-color: rgb(205,84,216); }

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