#C13ED1

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

Shades of Medium Orchid #C13ED1

Tints of Medium Orchid #C13ED1

Color information

#C13ED1 (or 0xC13ED1) is unknown color: approx Medium Orchid. HEX triplet: C1, 3E and D1. RGB value is (193,62,209). Sum of RGB (Red+Green+Blue) = 193+62+209=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #C13ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ED1 is #3EC12E. Grayscale: #757575. Windows color (decimal): -4112687 or 13713089. OLE color: 13713089.

HSL color Cylindrical-coordinate representation of color #C13ED1: hue angle of 293.47º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13ED1 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19362209-
CMYK0.080.7000.18
HSL293.47º61.51%53.14%-
HSV(B)293.47º70.33%81.96%-
XYZ35.2219.3962.21-
YUV117.93179.4181.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 62 (24.61% from 255) = 13.36%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=41.59%
G=13.36%
B=45.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193622090.080.7000.18293.4761.5153.14
HexC13ED18460121253e35
Octal30176321101060224457665
Binary110000011111101101000110001000110010010100100101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13ED1; }

 p { color: rgb(193,62,209); }

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

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

 a { background-color: rgb(193,62,209); }

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

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

 span { border-color: rgb(193,62,209); }

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