#CA45E9

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

Shades of Medium Orchid #CA45E9

Tints of Medium Orchid #CA45E9

Color information

#CA45E9 (or 0xCA45E9) is unknown color: approx Medium Orchid. HEX triplet: CA, 45 and E9. RGB value is (202,69,233). Sum of RGB (Red+Green+Blue) = 202+69+233=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 69 (27.34% from 255 or 13.69% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA45E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA45E9 is #35BA16. Grayscale: #7E7E7E. Windows color (decimal): -3521047 or 15287754. OLE color: 15287754.

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

Color convert

RGB20269233-
CMYK0.130.7000.09
HSL288.66º78.85%59.22%-
HSV(B)288.66º70.39%91.37%-
XYZ41.1922.779.3-
YUV127.46187.56181.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 69 (27.34% from 255) = 13.69%
BLUE value IS 233 (91.41% from 255) = 46.23%
R=40.08%
G=13.69%
B=46.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202692330.130.7000.09288.6678.8559.22
HexCA45E9D46091214f3b
Octal3121053511510601144111773
Binary1100101010001011110100111011000110010011001000011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45E9; }

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

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

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

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

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

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

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

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