#CA53D7

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

Shades of Medium Orchid #CA53D7

Tints of Medium Orchid #CA53D7

Color information

#CA53D7 (or 0xCA53D7) is unknown color: approx Medium Orchid. HEX triplet: CA, 53 and D7. RGB value is (202,83,215). Sum of RGB (Red+Green+Blue) = 202+83+215=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA53D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53D7 is #35AC28. Grayscale: #858585. Windows color (decimal): -3517481 or 14111690. OLE color: 14111690.

HSL color Cylindrical-coordinate representation of color #CA53D7: hue angle of 294.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA53D7 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20283215-
CMYK0.060.6100.16
HSL294.09º62.26%58.43%-
HSV(B)294.09º61.4%84.31%-
XYZ39.7223.6566.76-
YUV133.63173.92176.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 83 (32.81% from 255) = 16.6%
BLUE value IS 215 (84.38% from 255) = 43%
R=40.4%
G=16.6%
B=43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202832150.060.6100.16294.0962.2658.43
HexCA53D763D0101263e3a
Octal3121233276750204467672
Binary11001010101001111010111110111101010000100100110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA53D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA53D7; }

 p { color: rgb(202,83,215); }

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

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

 a { background-color: rgb(202,83,215); }

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

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

 span { border-color: rgb(202,83,215); }

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