#CA5CD3

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

Shades of Medium Orchid #CA5CD3

Tints of Medium Orchid #CA5CD3

Color information

#CA5CD3 (or 0xCA5CD3) is unknown color: approx Medium Orchid. HEX triplet: CA, 5C and D3. RGB value is (202,92,211). Sum of RGB (Red+Green+Blue) = 202+92+211=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA5CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CD3 is #35A32C. Grayscale: #8A8A8A. Windows color (decimal): -3515181 or 13851850. OLE color: 13851850.

HSL color Cylindrical-coordinate representation of color #CA5CD3: hue angle of 295.46º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5CD3 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20292211-
CMYK0.040.5600.17
HSL295.46º57.49%59.41%-
HSV(B)295.46º56.4%82.75%-
XYZ39.9424.9164.33-
YUV138.46168.94173.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 92 (36.33% from 255) = 18.22%
BLUE value IS 211 (82.81% from 255) = 41.78%
R=40%
G=18.22%
B=41.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202922110.040.5600.17295.4657.4959.41
HexCA5CD3438011127393b
Octal3121343234700214477173
Binary11001010101110011010011100111000010001100100111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CD3; }

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

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

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

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

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

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

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

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