#CA45E8

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

Shades of Medium Orchid #CA45E8

Tints of Medium Orchid #CA45E8

Color information

#CA45E8 (or 0xCA45E8) is unknown color: approx Medium Orchid. HEX triplet: CA, 45 and E8. RGB value is (202,69,232). Sum of RGB (Red+Green+Blue) = 202+69+232=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 69 (27.34% from 255 or 13.72% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA45E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA45E8 is #35BA17. Grayscale: #7E7E7E. Windows color (decimal): -3521048 or 15222218. OLE color: 15222218.

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

Color convert

RGB20269232-
CMYK0.130.7000.09
HSL288.96º77.99%59.02%-
HSV(B)288.96º70.26%90.98%-
XYZ41.0522.6478.55-
YUV127.35187.06181.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 69 (27.34% from 255) = 13.72%
BLUE value IS 232 (91.02% from 255) = 46.12%
R=40.16%
G=13.72%
B=46.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202692320.130.7000.09288.9677.9959.02
HexCA45E8D46091214e3b
Octal3121053501510601144111673
Binary1100101010001011110100011011000110010011001000011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45E8; }

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

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

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

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

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

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

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

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