#ca5bdd

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

Shades of Medium Orchid #CA5BDD

Tints of Medium Orchid #CA5BDD

Color information

#CA5BDD (or 0xCA5BDD) is unknown color: approx Medium Orchid. HEX triplet: CA, 5B and DD. RGB value is (202,91,221). Sum of RGB (Red+Green+Blue) = 202+91+221=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA5BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BDD is #35A422. Grayscale: #8A8A8A. Windows color (decimal): -3515427 or 14506954. OLE color: 14506954.

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

Color convert

RGB20291221-
CMYK0.090.5900.13
HSL291.23º65.66%61.18%-
HSV(B)291.23º58.82%86.67%-
XYZ41.1525.2671.11-
YUV139.01174.27172.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 91 (35.94% from 255) = 17.70%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=39.30%
G=17.70%
B=43.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202912210.090.5900.13291.2365.6661.18
HexCA5BDD93B0D123423d
Octal312133335117301544310275
Binary110010101011011110111011001111011011011001000111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5bdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5bdd; }

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

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

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

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

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

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

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

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