#CA5EE9

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

Shades of Medium Orchid #CA5EE9

Tints of Medium Orchid #CA5EE9

Color information

#CA5EE9 (or 0xCA5EE9) is unknown color: approx Medium Orchid. HEX triplet: CA, 5E and E9. RGB value is (202,94,233). Sum of RGB (Red+Green+Blue) = 202+94+233=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA5EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5EE9 is #35A116. Grayscale: #8D8D8D. Windows color (decimal): -3514647 or 15294154. OLE color: 15294154.

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

Color convert

RGB20294233-
CMYK0.130.6000.09
HSL286.62º75.96%64.12%-
HSV(B)286.62º59.66%91.37%-
XYZ43.0726.4579.93-
YUV142.14179.28170.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 94 (37.11% from 255) = 17.77%
BLUE value IS 233 (91.41% from 255) = 44.05%
R=38.19%
G=17.77%
B=44.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202942330.130.6000.09286.6275.9664.12
HexCA5EE9D3C0911f4c40
Octal3121363511574011437114100
Binary1100101010111101110100111011111000100110001111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5EE9; }

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

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

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

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

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

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

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

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