#CA56DD

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

Shades of Medium Orchid #CA56DD

Tints of Medium Orchid #CA56DD

Color information

#CA56DD (or 0xCA56DD) is unknown color: approx Medium Orchid. HEX triplet: CA, 56 and DD. RGB value is (202,86,221). Sum of RGB (Red+Green+Blue) = 202+86+221=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA56DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56DD is #35A922. Grayscale: #878787. Windows color (decimal): -3516707 or 14505674. OLE color: 14505674.

HSL color Cylindrical-coordinate representation of color #CA56DD: hue angle of 291.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA56DD is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20286221-
CMYK0.090.6100.13
HSL291.56º66.5%60.2%-
HSV(B)291.56º61.09%86.67%-
XYZ40.7424.4370.98-
YUV136.07175.93175.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 86 (33.98% from 255) = 16.90%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=39.69%
G=16.90%
B=43.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202862210.090.6100.13291.5666.560.2
HexCA56DD93D0D124433c
Octal312126335117501544410374
Binary110010101010110110111011001111101011011001001001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA56DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA56DD; }

 p { color: rgb(202,86,221); }

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

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

 a { background-color: rgb(202,86,221); }

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

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

 span { border-color: rgb(202,86,221); }

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