#CA51DA

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

Shades of Medium Orchid #CA51DA

Tints of Medium Orchid #CA51DA

Color information

#CA51DA (or 0xCA51DA) is unknown color: approx Medium Orchid. HEX triplet: CA, 51 and DA. RGB value is (202,81,218). Sum of RGB (Red+Green+Blue) = 202+81+218=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA51DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51DA is #35AE25. Grayscale: #848484. Windows color (decimal): -3517990 or 14307786. OLE color: 14307786.

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

Color convert

RGB20281218-
CMYK0.070.6300.15
HSL292.99º64.93%58.63%-
HSV(B)292.99º62.84%85.49%-
XYZ39.9523.568.76-
YUV132.8176.09177.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 81 (32.03% from 255) = 16.17%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=40.32%
G=16.17%
B=43.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202812180.070.6300.15292.9964.9358.63
HexCA51DA73F0F125413b
Octal31212133277701744510173
Binary11001010101000111011010111111111011111001001011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA51DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA51DA; }

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

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

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

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

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

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

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

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