#CA54EB

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

Shades of Medium Orchid #CA54EB

Tints of Medium Orchid #CA54EB

Color information

#CA54EB (or 0xCA54EB) is unknown color: approx Medium Orchid. HEX triplet: CA, 54 and EB. RGB value is (202,84,235). Sum of RGB (Red+Green+Blue) = 202+84+235=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA54EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA54EB is #35AB14. Grayscale: #888888. Windows color (decimal): -3517205 or 15422666. OLE color: 15422666.

HSL color Cylindrical-coordinate representation of color #CA54EB: hue angle of 286.89º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA54EB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20284235-
CMYK0.140.6400.08
HSL286.89º79.06%62.55%-
HSV(B)286.89º64.26%92.16%-
XYZ42.5224.981.16-
YUV136.5183.59174.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 84 (33.20% from 255) = 16.12%
BLUE value IS 235 (92.19% from 255) = 45.11%
R=38.77%
G=16.12%
B=45.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202842350.140.6400.08286.8979.0662.55
HexCA54EBE400811f4f3f
Octal3121243531610001043711777
Binary1100101010101001110101111101000000010001000111111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA54EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA54EB; }

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

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

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

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

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

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

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

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