#CA5ED5

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

Shades of Medium Orchid #CA5ED5

Tints of Medium Orchid #CA5ED5

Color information

#CA5ED5 (or 0xCA5ED5) is unknown color: approx Medium Orchid. HEX triplet: CA, 5E and D5. RGB value is (202,94,213). Sum of RGB (Red+Green+Blue) = 202+94+213=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA5ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ED5 is #35A12A. Grayscale: #8B8B8B. Windows color (decimal): -3514667 or 13983434. OLE color: 13983434.

HSL color Cylindrical-coordinate representation of color #CA5ED5: hue angle of 294.45º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5ED5 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20294213-
CMYK0.050.5600.16
HSL294.45º58.62%60.2%-
HSV(B)294.45º55.87%83.53%-
XYZ40.3725.3765.72-
YUV139.86169.28172.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 94 (37.11% from 255) = 18.47%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=39.69%
G=18.47%
B=41.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202942130.050.5600.16294.4558.6260.2
HexCA5ED55380101263b3c
Octal3121363255700204467374
Binary11001010101111011010101101111000010000100100110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5ED5; }

 p { color: rgb(202,94,213); }

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

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

 a { background-color: rgb(202,94,213); }

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

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

 span { border-color: rgb(202,94,213); }

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