#CA40EE

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

Shades of Medium Orchid #CA40EE

Tints of Medium Orchid #CA40EE

Color information

#CA40EE (or 0xCA40EE) is unknown color: approx Medium Orchid. HEX triplet: CA, 40 and EE. RGB value is (202,64,238). Sum of RGB (Red+Green+Blue) = 202+64+238=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA40EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40EE is #35BF11. Grayscale: #7C7C7C. Windows color (decimal): -3522322 or 15614154. OLE color: 15614154.

HSL color Cylindrical-coordinate representation of color #CA40EE: hue angle of 287.59º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA40EE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20264238-
CMYK0.150.7300.07
HSL287.59º83.65%59.22%-
HSV(B)287.59º73.11%93.33%-
XYZ41.6222.483.02-
YUV125.1191.72182.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 64 (25.39% from 255) = 12.70%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=40.08%
G=12.70%
B=47.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal202642380.150.7300.07287.5983.6559.22
HexCA40EEF4907120543b
Octal312100356171110744012473
Binary110010101000000111011101111100100101111001000001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA40EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA40EE; }

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

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

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

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

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

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

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

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