#CA40EA

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

Shades of Medium Orchid #CA40EA

Tints of Medium Orchid #CA40EA

Color information

#CA40EA (or 0xCA40EA) is unknown color: approx Medium Orchid. HEX triplet: CA, 40 and EA. RGB value is (202,64,234). Sum of RGB (Red+Green+Blue) = 202+64+234=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA40EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40EA is #35BF15. Grayscale: #7C7C7C. Windows color (decimal): -3522326 or 15352010. OLE color: 15352010.

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

Color convert

RGB20264234-
CMYK0.140.7300.08
HSL288.71º80.19%58.43%-
HSV(B)288.71º72.65%91.76%-
XYZ41.0422.1679.96-
YUV124.64189.72183.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 64 (25.39% from 255) = 12.8%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=40.4%
G=12.8%
B=46.8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202642340.140.7300.08288.7180.1958.43
HexCA40EAE4908121503a
Octal3121003521611101044112072
Binary1100101010000001110101011101001001010001001000011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA40EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA40EA; }

 p { color: rgb(202,64,234); }

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

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

 a { background-color: rgb(202,64,234); }

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

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

 span { border-color: rgb(202,64,234); }

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