#CA57E9

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

Shades of Medium Orchid #CA57E9

Tints of Medium Orchid #CA57E9

Color information

#CA57E9 (or 0xCA57E9) is unknown color: approx Medium Orchid. HEX triplet: CA, 57 and E9. RGB value is (202,87,233). Sum of RGB (Red+Green+Blue) = 202+87+233=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 87 (34.38% from 255 or 16.67% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA57E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA57E9 is #35A816. Grayscale: #898989. Windows color (decimal): -3516439 or 15292362. OLE color: 15292362.

HSL color Cylindrical-coordinate representation of color #CA57E9: hue angle of 287.26º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA57E9 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20287233-
CMYK0.130.6300.09
HSL287.26º76.84%62.75%-
HSV(B)287.26º62.66%91.37%-
XYZ42.4725.2679.73-
YUV138.03181.6173.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 87 (34.38% from 255) = 16.67%
BLUE value IS 233 (91.41% from 255) = 44.64%
R=38.70%
G=16.67%
B=44.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202872330.130.6300.09287.2676.8462.75
HexCA57E9D3F0911f4d3f
Octal312127351157701143711577
Binary110010101010111111010011101111111010011000111111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA57E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA57E9; }

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

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

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

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

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

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

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

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