#CA54E9

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

Shades of Medium Orchid #CA54E9

Tints of Medium Orchid #CA54E9

Color information

#CA54E9 (or 0xCA54E9) is unknown color: approx Medium Orchid. HEX triplet: CA, 54 and E9. RGB value is (202,84,233). Sum of RGB (Red+Green+Blue) = 202+84+233=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA54E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA54E9 is #35AB16. Grayscale: #878787. Windows color (decimal): -3517207 or 15291594. OLE color: 15291594.

HSL color Cylindrical-coordinate representation of color #CA54E9: hue angle of 287.52º degrees, saturation: 0.77, 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 #CA54E9 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20284233-
CMYK0.130.6400.09
HSL287.52º77.2%62.16%-
HSV(B)287.52º63.95%91.37%-
XYZ42.2424.7879.65-
YUV136.27182.59174.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.92%
GREEN value IS 84 (33.20% from 255) = 16.18%
BLUE value IS 233 (91.41% from 255) = 44.89%
R=38.92%
G=16.18%
B=44.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202842330.130.6400.09287.5277.262.16
HexCA54E9D40091204d3e
Octal3121243511510001144011576
Binary1100101010101001110100111011000000010011001000001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA54E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA54E9; }

 p { color: rgb(202,84,233); }

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

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

 a { background-color: rgb(202,84,233); }

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

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

 span { border-color: rgb(202,84,233); }

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