#CA46DD

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

Shades of Medium Orchid #CA46DD

Tints of Medium Orchid #CA46DD

Color information

#CA46DD (or 0xCA46DD) is unknown color: approx Medium Orchid. HEX triplet: CA, 46 and DD. RGB value is (202,70,221). Sum of RGB (Red+Green+Blue) = 202+70+221=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA46DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46DD is #35B922. Grayscale: #7E7E7E. Windows color (decimal): -3520803 or 14501578. OLE color: 14501578.

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

Color convert

RGB20270221-
CMYK0.090.6800.13
HSL292.45º68.95%57.06%-
HSV(B)292.45º68.33%86.67%-
XYZ39.622.1670.6-
YUV126.68181.23181.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 70 (27.73% from 255) = 14.20%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=40.97%
G=14.20%
B=44.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202702210.090.6800.13292.4568.9557.06
HexCA46DD9440D1244539
Octal3121063351110401544410571
Binary1100101010001101101110110011000100011011001001001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA46DD; }

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

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

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

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

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

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

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

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