#CA3ADD

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

Shades of Medium Orchid #CA3ADD

Tints of Medium Orchid #CA3ADD

Color information

#CA3ADD (or 0xCA3ADD) is unknown color: approx Medium Orchid. HEX triplet: CA, 3A and DD. RGB value is (202,58,221). Sum of RGB (Red+Green+Blue) = 202+58+221=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 58 (23.05% from 255 or 12.06% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA3ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3ADD is #35C522. Grayscale: #777777. Windows color (decimal): -3523875 or 14498506. OLE color: 14498506.

HSL color Cylindrical-coordinate representation of color #CA3ADD: hue angle of 293.01º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3ADD is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20258221-
CMYK0.090.7400.13
HSL293.01º70.56%54.71%-
HSV(B)293.01º73.76%86.67%-
XYZ38.9220.870.37-
YUV119.64185.21186.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 58 (23.05% from 255) = 12.06%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=42.00%
G=12.06%
B=45.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202582210.090.7400.13293.0170.5654.71
HexCA3ADD94A0D1254737
Octal312723351111201544510767
Binary110010101110101101110110011001010011011001001011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3ADD; }

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

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

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

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

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

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

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

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