#CA5DDE

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

Shades of Medium Orchid #CA5DDE

Tints of Medium Orchid #CA5DDE

Color information

#CA5DDE (or 0xCA5DDE) is unknown color: approx Medium Orchid. HEX triplet: CA, 5D and DE. RGB value is (202,93,222). Sum of RGB (Red+Green+Blue) = 202+93+222=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA5DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DDE is #35A221. Grayscale: #8B8B8B. Windows color (decimal): -3514914 or 14573002. OLE color: 14573002.

HSL color Cylindrical-coordinate representation of color #CA5DDE: hue angle of 290.7º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5DDE is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20293222-
CMYK0.090.5800.13
HSL290.7º66.15%61.76%-
HSV(B)290.7º58.11%87.06%-
XYZ41.4625.6671.87-
YUV140.3174.11172.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 93 (36.72% from 255) = 17.99%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=39.07%
G=17.99%
B=42.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202932220.090.5800.13290.766.1561.76
HexCA5DDE93A0D123423e
Octal312135336117201544310276
Binary110010101011101110111101001111010011011001000111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5DDE; }

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

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

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

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

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

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

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

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