#CA46DC

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

Shades of Medium Orchid #CA46DC

Tints of Medium Orchid #CA46DC

Color information

#CA46DC (or 0xCA46DC) is unknown color: approx Medium Orchid. HEX triplet: CA, 46 and DC. RGB value is (202,70,220). Sum of RGB (Red+Green+Blue) = 202+70+220=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 70 (27.73% from 255 or 14.23% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA46DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46DC is #35B923. Grayscale: #7E7E7E. Windows color (decimal): -3520804 or 14436042. OLE color: 14436042.

HSL color Cylindrical-coordinate representation of color #CA46DC: hue angle of 292.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA46DC is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20270220-
CMYK0.080.6800.14
HSL292.8º68.18%56.86%-
HSV(B)292.8º68.18%86.27%-
XYZ39.4722.169.9-
YUV126.57180.73181.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 70 (27.73% from 255) = 14.23%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=41.06%
G=14.23%
B=44.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202702200.080.6800.14292.868.1856.86
HexCA46DC8440E1254439
Octal3121063341010401644510471
Binary1100101010001101101110010001000100011101001001011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA46DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA46DC; }

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

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

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

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

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

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

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

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