#CA54F0

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

Shades of Medium Orchid #CA54F0

Tints of Medium Orchid #CA54F0

Color information

#CA54F0 (or 0xCA54F0) is unknown color: approx Medium Orchid. HEX triplet: CA, 54 and F0. RGB value is (202,84,240). Sum of RGB (Red+Green+Blue) = 202+84+240=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA54F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA54F0 is #35AB0F. Grayscale: #888888. Windows color (decimal): -3517200 or 15750346. OLE color: 15750346.

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

Color convert

RGB20284240-
CMYK0.160.6500.06
HSL285.38º83.87%63.53%-
HSV(B)285.38º65%94.12%-
XYZ43.2625.1985.02-
YUV137.07186.09174.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.40%
GREEN value IS 84 (33.20% from 255) = 15.97%
BLUE value IS 240 (94.14% from 255) = 45.63%
R=38.40%
G=15.97%
B=45.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202842400.160.6500.06285.3883.8763.53
HexCA54F010410611d5440
Octal3121243602010106435124100
Binary11001010101010011110000100001000001011010001110110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA54F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA54F0; }

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

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

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

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

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

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

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

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