#CA50F3

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

Shades of Medium Orchid #CA50F3

Tints of Medium Orchid #CA50F3

Color information

#CA50F3 (or 0xCA50F3) is unknown color: approx Medium Orchid. HEX triplet: CA, 50 and F3. RGB value is (202,80,243). Sum of RGB (Red+Green+Blue) = 202+80+243=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 243 (95.31% from 255 or 46.29% from 525); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA50F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA50F3 is #35AF0C. Grayscale: #868686. Windows color (decimal): -3518221 or 15945930. OLE color: 15945930.

HSL color Cylindrical-coordinate representation of color #CA50F3: hue angle of 284.91º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA50F3 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20280243-
CMYK0.170.6700.05
HSL284.91º87.17%63.33%-
HSV(B)284.91º67.08%95.29%-
XYZ43.424.7687.29-
YUV135.06188.92175.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 80 (31.64% from 255) = 15.24%
BLUE value IS 243 (95.31% from 255) = 46.29%
R=38.48%
G=15.24%
B=46.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202802430.170.6700.05284.9187.1763.33
HexCA50F311430511d573f
Octal312120363211030543512777
Binary1100101010100001111001110001100001101011000111011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA50F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA50F3; }

 p { color: rgb(202,80,243); }

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

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

 a { background-color: rgb(202,80,243); }

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

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

 span { border-color: rgb(202,80,243); }

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