#CA5FE9

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

Shades of Medium Orchid #CA5FE9

Tints of Medium Orchid #CA5FE9

Color information

#CA5FE9 (or 0xCA5FE9) is unknown color: approx Medium Orchid. HEX triplet: CA, 5F and E9. RGB value is (202,95,233). Sum of RGB (Red+Green+Blue) = 202+95+233=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA5FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5FE9 is #35A016. Grayscale: #8E8E8E. Windows color (decimal): -3514391 or 15294410. OLE color: 15294410.

HSL color Cylindrical-coordinate representation of color #CA5FE9: hue angle of 286.52º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5FE9 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20295233-
CMYK0.130.5900.09
HSL286.52º75.82%64.31%-
HSV(B)286.52º59.23%91.37%-
XYZ43.1626.6279.96-
YUV142.72178.95170.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.11%
GREEN value IS 95 (37.5% from 255) = 17.92%
BLUE value IS 233 (91.41% from 255) = 43.96%
R=38.11%
G=17.92%
B=43.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202952330.130.5900.09286.5275.8264.31
HexCA5FE9D3B0911f4c40
Octal3121373511573011437114100
Binary1100101010111111110100111011110110100110001111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5FE9; }

 p { color: rgb(202,95,233); }

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

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

 a { background-color: rgb(202,95,233); }

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

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

 span { border-color: rgb(202,95,233); }

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