#CA5DE2

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

Shades of Medium Orchid #CA5DE2

Tints of Medium Orchid #CA5DE2

Color information

#CA5DE2 (or 0xCA5DE2) is unknown color: approx Medium Orchid. HEX triplet: CA, 5D and E2. RGB value is (202,93,226). Sum of RGB (Red+Green+Blue) = 202+93+226=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA5DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DE2 is #35A21D. Grayscale: #8C8C8C. Windows color (decimal): -3514910 or 14835146. OLE color: 14835146.

HSL color Cylindrical-coordinate representation of color #CA5DE2: hue angle of 289.17º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5DE2 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20293226-
CMYK0.110.5900.11
HSL289.17º69.63%62.55%-
HSV(B)289.17º58.85%88.63%-
XYZ4225.8874.73-
YUV140.75176.11171.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 93 (36.72% from 255) = 17.85%
BLUE value IS 226 (88.67% from 255) = 43.38%
R=38.77%
G=17.85%
B=43.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202932260.110.5900.11289.1769.6362.55
HexCA5DE2B3B0B121463f
Octal312135342137301344110677
Binary110010101011101111000101011111011010111001000011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5DE2; }

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

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

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

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

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

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

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

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