#CD54E8

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

Shades of Medium Orchid #CD54E8

Tints of Medium Orchid #CD54E8

Color information

#CD54E8 (or 0xCD54E8) is unknown color: approx Medium Orchid. HEX triplet: CD, 54 and E8. RGB value is (205,84,232). Sum of RGB (Red+Green+Blue) = 205+84+232=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD54E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD54E8 is #32AB17. Grayscale: #888888. Windows color (decimal): -3320600 or 15226061. OLE color: 15226061.

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

Color convert

RGB20584232-
CMYK0.120.6400.09
HSL289.05º76.29%61.96%-
HSV(B)289.05º63.79%90.98%-
XYZ42.9125.1578.94-
YUV137.05181.59176.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 84 (33.20% from 255) = 16.12%
BLUE value IS 232 (91.02% from 255) = 44.53%
R=39.35%
G=16.12%
B=44.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205842320.120.6400.09289.0576.2961.96
HexCD54E8C40091214c3e
Octal3151243501410001144111476
Binary1100110110101001110100011001000000010011001000011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD54E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD54E8; }

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

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

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

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

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

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

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

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