#CA45DE

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

Shades of Medium Orchid #CA45DE

Tints of Medium Orchid #CA45DE

Color information

#CA45DE (or 0xCA45DE) is unknown color: approx Medium Orchid. HEX triplet: CA, 45 and DE. RGB value is (202,69,222). Sum of RGB (Red+Green+Blue) = 202+69+222=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA45DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45DE is #35BA21. Grayscale: #7D7D7D. Windows color (decimal): -3521058 or 14566858. OLE color: 14566858.

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

Color convert

RGB20269222-
CMYK0.090.6900.13
HSL292.16º69.86%57.06%-
HSV(B)292.16º68.92%87.06%-
XYZ39.6722.0971.28-
YUV126.21182.06182.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 69 (27.34% from 255) = 14.00%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=40.97%
G=14.00%
B=45.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202692220.090.6900.13292.1669.8657.06
HexCA45DE9450D1244639
Octal3121053361110501544410671
Binary1100101010001011101111010011000101011011001001001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45DE; }

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

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

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

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

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

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

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

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