#C13EDD

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

Shades of Medium Orchid #C13EDD

Tints of Medium Orchid #C13EDD

Color information

#C13EDD (or 0xC13EDD) is unknown color: approx Medium Orchid. HEX triplet: C1, 3E and DD. RGB value is (193,62,221). Sum of RGB (Red+Green+Blue) = 193+62+221=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #C13EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13EDD is #3EC122. Grayscale: #767676. Windows color (decimal): -4112675 or 14499521. OLE color: 14499521.

HSL color Cylindrical-coordinate representation of color #C13EDD: hue angle of 289.43º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13EDD is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19362221-
CMYK0.130.7200.13
HSL289.43º70.04%55.49%-
HSV(B)289.43º71.95%86.67%-
XYZ36.772070.33-
YUV119.3185.4180.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 62 (24.61% from 255) = 13.03%
BLUE value IS 221 (86.72% from 255) = 46.43%
R=40.55%
G=13.03%
B=46.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193622210.130.7200.13289.4370.0455.49
HexC13EDDD480D1214637
Octal301763351511001544110667
Binary110000011111101101110111011001000011011001000011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13EDD; }

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

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

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

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

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

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

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

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