#CA56F0

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

Shades of Medium Orchid #CA56F0

Tints of Medium Orchid #CA56F0

Color information

#CA56F0 (or 0xCA56F0) is unknown color: approx Medium Orchid. HEX triplet: CA, 56 and F0. RGB value is (202,86,240). Sum of RGB (Red+Green+Blue) = 202+86+240=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 86 (33.98% from 255 or 16.29% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA56F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA56F0 is #35A90F. Grayscale: #898989. Windows color (decimal): -3516688 or 15750858. OLE color: 15750858.

HSL color Cylindrical-coordinate representation of color #CA56F0: hue angle of 285.19º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA56F0 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20286240-
CMYK0.160.6400.06
HSL285.19º83.7%63.92%-
HSV(B)285.19º64.17%94.12%-
XYZ43.4125.585.07-
YUV138.24185.43173.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 86 (33.98% from 255) = 16.29%
BLUE value IS 240 (94.14% from 255) = 45.45%
R=38.26%
G=16.29%
B=45.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202862400.160.6400.06285.1983.763.92
HexCA56F010400611d5440
Octal3121263602010006435124100
Binary11001010101011011110000100001000000011010001110110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA56F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA56F0; }

 p { color: rgb(202,86,240); }

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

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

 a { background-color: rgb(202,86,240); }

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

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

 span { border-color: rgb(202,86,240); }

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