#CA4ED5

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

Shades of Medium Orchid #CA4ED5

Tints of Medium Orchid #CA4ED5

Color information

#CA4ED5 (or 0xCA4ED5) is unknown color: approx Medium Orchid. HEX triplet: CA, 4E and D5. RGB value is (202,78,213). Sum of RGB (Red+Green+Blue) = 202+78+213=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA4ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4ED5 is #35B12A. Grayscale: #828282. Windows color (decimal): -3518763 or 13979338. OLE color: 13979338.

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

Color convert

RGB20278213-
CMYK0.050.6300.16
HSL295.11º61.64%57.06%-
HSV(B)295.11º63.38%83.53%-
XYZ39.0922.8165.29-
YUV130.47174.58179.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 78 (30.86% from 255) = 15.82%
BLUE value IS 213 (83.59% from 255) = 43.20%
R=40.97%
G=15.82%
B=43.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202782130.050.6300.16295.1161.6457.06
HexCA4ED553F0101273e39
Octal3121163255770204477671
Binary11001010100111011010101101111111010000100100111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4ED5; }

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

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

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

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

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

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

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

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