#CA5DDA

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

Shades of Medium Orchid #CA5DDA

Tints of Medium Orchid #CA5DDA

Color information

#CA5DDA (or 0xCA5DDA) is unknown color: approx Medium Orchid. HEX triplet: CA, 5D and DA. RGB value is (202,93,218). Sum of RGB (Red+Green+Blue) = 202+93+218=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DDA is #35A225. Grayscale: #8B8B8B. Windows color (decimal): -3514918 or 14310858. OLE color: 14310858.

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

Color convert

RGB20293218-
CMYK0.070.5700.15
HSL292.32º62.81%60.98%-
HSV(B)292.32º57.34%85.49%-
XYZ40.9325.4569.08-
YUV139.84172.11172.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=39.38%
G=18.13%
B=42.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202932180.070.5700.15292.3262.8160.98
HexCA5DDA7390F1243f3d
Octal3121353327710174447775
Binary1100101010111011101101011111100101111100100100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5DDA; }

 p { color: rgb(202,93,218); }

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

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

 a { background-color: rgb(202,93,218); }

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

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

 span { border-color: rgb(202,93,218); }

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