#CA3AE0

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

Shades of Medium Orchid #CA3AE0

Tints of Medium Orchid #CA3AE0

Color information

#CA3AE0 (or 0xCA3AE0) is unknown color: approx Medium Orchid. HEX triplet: CA, 3A and E0. RGB value is (202,58,224). Sum of RGB (Red+Green+Blue) = 202+58+224=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA3AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3AE0 is #35C51F. Grayscale: #777777. Windows color (decimal): -3523872 or 14695114. OLE color: 14695114.

HSL color Cylindrical-coordinate representation of color #CA3AE0: hue angle of 292.05º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3AE0 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20258224-
CMYK0.100.7400.12
HSL292.05º72.81%55.29%-
HSV(B)292.05º74.11%87.84%-
XYZ39.3220.9672.49-
YUV119.98186.71186.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 58 (23.05% from 255) = 11.98%
BLUE value IS 224 (87.89% from 255) = 46.28%
R=41.74%
G=11.98%
B=46.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal202582240.100.7400.12292.0572.8155.29
HexCA3AE0A4A0C1244937
Octal312723401211201444411167
Binary110010101110101110000010101001010011001001001001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3AE0; }

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

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

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

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

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

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

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

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