#CA39E5

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

Shades of Medium Orchid #CA39E5

Tints of Medium Orchid #CA39E5

Color information

#CA39E5 (or 0xCA39E5) is unknown color: approx Medium Orchid. HEX triplet: CA, 39 and E5. RGB value is (202,57,229). Sum of RGB (Red+Green+Blue) = 202+57+229=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 57 (22.66% from 255 or 11.68% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA39E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39E5 is #35C61A. Grayscale: #777777. Windows color (decimal): -3524123 or 15022538. OLE color: 15022538.

HSL color Cylindrical-coordinate representation of color #CA39E5: hue angle of 290.58º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA39E5 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20257229-
CMYK0.120.7500.10
HSL290.58º76.79%56.08%-
HSV(B)290.58º75.11%89.8%-
XYZ39.9621.1476.1-
YUV119.96189.54186.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 57 (22.66% from 255) = 11.68%
BLUE value IS 229 (89.84% from 255) = 46.93%
R=41.39%
G=11.68%
B=46.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal202572290.120.7500.10290.5876.7956.08
HexCA39E5C4B0A1234d38
Octal312713451411301244311570
Binary110010101110011110010111001001011010101001000111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39E5; }

 p { color: rgb(202,57,229); }

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

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

 a { background-color: rgb(202,57,229); }

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

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

 span { border-color: rgb(202,57,229); }

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