#CA5CDE

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

Shades of Medium Orchid #CA5CDE

Tints of Medium Orchid #CA5CDE

Color information

#CA5CDE (or 0xCA5CDE) is unknown color: approx Medium Orchid. HEX triplet: CA, 5C and DE. RGB value is (202,92,222). Sum of RGB (Red+Green+Blue) = 202+92+222=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CDE is #35A321. Grayscale: #8B8B8B. Windows color (decimal): -3515170 or 14572746. OLE color: 14572746.

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

Color convert

RGB20292222-
CMYK0.090.5900.13
HSL290.77º66.33%61.57%-
HSV(B)290.77º58.56%87.06%-
XYZ41.3725.4871.85-
YUV139.71174.44172.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 92 (36.33% from 255) = 17.83%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=39.15%
G=17.83%
B=43.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202922220.090.5900.13290.7766.3361.57
HexCA5CDE93B0D123423e
Octal312134336117301544310276
Binary110010101011100110111101001111011011011001000111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CDE; }

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

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

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

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

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

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

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

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