#CA50D9

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

Shades of Medium Orchid #CA50D9

Tints of Medium Orchid #CA50D9

Color information

#CA50D9 (or 0xCA50D9) is unknown color: approx Medium Orchid. HEX triplet: CA, 50 and D9. RGB value is (202,80,217). Sum of RGB (Red+Green+Blue) = 202+80+217=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA50D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50D9 is #35AF26. Grayscale: #838383. Windows color (decimal): -3518247 or 14241994. OLE color: 14241994.

HSL color Cylindrical-coordinate representation of color #CA50D9: hue angle of 293.43º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA50D9 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20280217-
CMYK0.070.6300.15
HSL293.43º64.32%58.24%-
HSV(B)293.43º63.13%85.1%-
XYZ39.7523.368.05-
YUV132.1175.92177.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 80 (31.64% from 255) = 16.03%
BLUE value IS 217 (85.16% from 255) = 43.49%
R=40.48%
G=16.03%
B=43.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202802170.070.6300.15293.4364.3258.24
HexCA50D973F0F125403a
Octal31212033177701744510072
Binary11001010101000011011001111111111011111001001011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA50D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA50D9; }

 p { color: rgb(202,80,217); }

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

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

 a { background-color: rgb(202,80,217); }

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

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

 span { border-color: rgb(202,80,217); }

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