#C13AF5

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

Shades of Medium Orchid #C13AF5

Tints of Medium Orchid #C13AF5

Color information

#C13AF5 (or 0xC13AF5) is unknown color: approx Medium Orchid. HEX triplet: C1, 3A and F5. RGB value is (193,58,245). Sum of RGB (Red+Green+Blue) = 193+58+245=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 58 (23.05% from 255 or 11.69% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #C13AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13AF5 is #3EC50A. Grayscale: #777777. Windows color (decimal): -4113675 or 16071361. OLE color: 16071361.

HSL color Cylindrical-coordinate representation of color #C13AF5: hue angle of 283.32º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C13AF5 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19358245-
CMYK0.210.7600.04
HSL283.32º90.34%59.41%-
HSV(B)283.32º76.33%96.08%-
XYZ39.9920.9688.32-
YUV119.68198.73180.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 58 (23.05% from 255) = 11.69%
BLUE value IS 245 (96.09% from 255) = 49.40%
R=38.91%
G=11.69%
B=49.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal193582450.210.7600.04283.3290.3459.41
HexC13AF5154C0411b5a3b
Octal30172365251140443313273
Binary110000011110101111010110101100110001001000110111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13AF5; }

 p { color: rgb(193,58,245); }

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

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

 a { background-color: rgb(193,58,245); }

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

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

 span { border-color: rgb(193,58,245); }

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