#C13DD9

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

Shades of Medium Orchid #C13DD9

Tints of Medium Orchid #C13DD9

Color information

#C13DD9 (or 0xC13DD9) is unknown color: approx Medium Orchid. HEX triplet: C1, 3D and D9. RGB value is (193,61,217). Sum of RGB (Red+Green+Blue) = 193+61+217=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #C13DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DD9 is #3EC226. Grayscale: #757575. Windows color (decimal): -4112935 or 14237121. OLE color: 14237121.

HSL color Cylindrical-coordinate representation of color #C13DD9: hue angle of 290.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13DD9 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19361217-
CMYK0.110.7200.15
HSL290.77º67.24%54.51%-
HSV(B)290.77º71.89%85.1%-
XYZ36.1919.6867.54-
YUV118.25183.73181.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 61 (24.22% from 255) = 12.95%
BLUE value IS 217 (85.16% from 255) = 46.07%
R=40.98%
G=12.95%
B=46.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193612170.110.7200.15290.7767.2454.51
HexC13DD9B480F1234337
Octal301753311311001744310367
Binary110000011111011101100110111001000011111001000111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13DD9; }

 p { color: rgb(193,61,217); }

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

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

 a { background-color: rgb(193,61,217); }

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

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

 span { border-color: rgb(193,61,217); }

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