#CA49DB

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

Shades of Medium Orchid #CA49DB

Tints of Medium Orchid #CA49DB

Color information

#CA49DB (or 0xCA49DB) is unknown color: approx Medium Orchid. HEX triplet: CA, 49 and DB. RGB value is (202,73,219). Sum of RGB (Red+Green+Blue) = 202+73+219=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49DB is #35B624. Grayscale: #7F7F7F. Windows color (decimal): -3520037 or 14371274. OLE color: 14371274.

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

Color convert

RGB20273219-
CMYK0.080.6700.14
HSL293.01º66.97%57.25%-
HSV(B)293.01º66.67%85.88%-
XYZ39.5322.4469.27-
YUV128.22179.24180.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 73 (28.91% from 255) = 14.78%
BLUE value IS 219 (85.94% from 255) = 44.33%
R=40.89%
G=14.78%
B=44.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202732190.080.6700.14293.0166.9757.25
HexCA49DB8430E1254339
Octal3121113331010301644510371
Binary1100101010010011101101110001000011011101001001011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49DB; }

 p { color: rgb(202,73,219); }

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

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

 a { background-color: rgb(202,73,219); }

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

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

 span { border-color: rgb(202,73,219); }

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