#CA49EB

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

Shades of Medium Orchid #CA49EB

Tints of Medium Orchid #CA49EB

Color information

#CA49EB (or 0xCA49EB) is unknown color: approx Medium Orchid. HEX triplet: CA, 49 and EB. RGB value is (202,73,235). Sum of RGB (Red+Green+Blue) = 202+73+235=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA49EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA49EB is #35B614. Grayscale: #818181. Windows color (decimal): -3520021 or 15419850. OLE color: 15419850.

HSL color Cylindrical-coordinate representation of color #CA49EB: hue angle of 287.78º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA49EB is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20273235-
CMYK0.140.6900.08
HSL287.78º80.2%60.39%-
HSV(B)287.78º68.94%92.16%-
XYZ41.7423.3280.9-
YUV130.04187.24179.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 73 (28.91% from 255) = 14.31%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=39.61%
G=14.31%
B=46.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal202732350.140.6900.08287.7880.260.39
HexCA49EBE4508120503c
Octal3121113531610501044012074
Binary1100101010010011110101111101000101010001001000001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49EB; }

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

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

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

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

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

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

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

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