#CA5CD9

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

Shades of Medium Orchid #CA5CD9

Tints of Medium Orchid #CA5CD9

Color information

#CA5CD9 (or 0xCA5CD9) is unknown color: approx Medium Orchid. HEX triplet: CA, 5C and D9. RGB value is (202,92,217). Sum of RGB (Red+Green+Blue) = 202+92+217=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA5CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CD9 is #35A326. Grayscale: #8A8A8A. Windows color (decimal): -3515175 or 14245066. OLE color: 14245066.

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

Color convert

RGB20292217-
CMYK0.070.5800.15
HSL292.8º62.19%60.59%-
HSV(B)292.8º57.6%85.1%-
XYZ40.7125.2268.37-
YUV139.14171.94172.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 92 (36.33% from 255) = 18.00%
BLUE value IS 217 (85.16% from 255) = 42.47%
R=39.53%
G=18.00%
B=42.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202922170.070.5800.15292.862.1960.59
HexCA5CD973A0F1253e3d
Octal3121343317720174457675
Binary1100101010111001101100111111101001111100100101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CD9; }

 p { color: rgb(202,92,217); }

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

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

 a { background-color: rgb(202,92,217); }

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

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

 span { border-color: rgb(202,92,217); }

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