#CA5CE5

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

Shades of Medium Orchid #CA5CE5

Tints of Medium Orchid #CA5CE5

Color information

#CA5CE5 (or 0xCA5CE5) is unknown color: approx Medium Orchid. HEX triplet: CA, 5C and E5. RGB value is (202,92,229). Sum of RGB (Red+Green+Blue) = 202+92+229=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA5CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CE5 is #35A31A. Grayscale: #8C8C8C. Windows color (decimal): -3515163 or 15031498. OLE color: 15031498.

HSL color Cylindrical-coordinate representation of color #CA5CE5: hue angle of 288.18º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5CE5 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20292229-
CMYK0.120.6000.10
HSL288.18º72.49%62.94%-
HSV(B)288.18º59.83%89.8%-
XYZ42.3325.8776.89-
YUV140.51177.94171.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 92 (36.33% from 255) = 17.59%
BLUE value IS 229 (89.84% from 255) = 43.79%
R=38.62%
G=17.59%
B=43.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal202922290.120.6000.10288.1872.4962.94
HexCA5CE5C3C0A120483f
Octal312134345147401244011077
Binary110010101011100111001011100111100010101001000001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CE5; }

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

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

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

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

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

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

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

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