#CA3AE5

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

Shades of Medium Orchid #CA3AE5

Tints of Medium Orchid #CA3AE5

Color information

#CA3AE5 (or 0xCA3AE5) is unknown color: approx Medium Orchid. HEX triplet: CA, 3A and E5. RGB value is (202,58,229). Sum of RGB (Red+Green+Blue) = 202+58+229=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA3AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3AE5 is #35C51A. Grayscale: #787878. Windows color (decimal): -3523867 or 15022794. OLE color: 15022794.

HSL color Cylindrical-coordinate representation of color #CA3AE5: hue angle of 290.53º 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 #CA3AE5 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20258229-
CMYK0.120.7500.10
HSL290.53º76.68%56.27%-
HSV(B)290.53º74.67%89.8%-
XYZ40.0121.2476.12-
YUV120.55189.21186.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 58 (23.05% from 255) = 11.86%
BLUE value IS 229 (89.84% from 255) = 46.83%
R=41.31%
G=11.86%
B=46.83%

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
Decimal202582290.120.7500.10290.5376.6856.27
HexCA3AE5C4B0A1234d38
Octal312723451411301244311570
Binary110010101110101110010111001001011010101001000111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3AE5; }

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

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

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

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

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

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

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

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