#C13DDA

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

Shades of Medium Orchid #C13DDA

Tints of Medium Orchid #C13DDA

Color information

#C13DDA (or 0xC13DDA) is unknown color: approx Medium Orchid. HEX triplet: C1, 3D and DA. RGB value is (193,61,218). Sum of RGB (Red+Green+Blue) = 193+61+218=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #C13DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DDA is #3EC225. Grayscale: #757575. Windows color (decimal): -4112934 or 14302657. OLE color: 14302657.

HSL color Cylindrical-coordinate representation of color #C13DDA: hue angle of 290.45º degrees, saturation: 0.68, 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 #C13DDA is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19361218-
CMYK0.110.7200.15
HSL290.45º67.97%54.71%-
HSV(B)290.45º72.02%85.49%-
XYZ36.3219.7468.23-
YUV118.37184.23181.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 61 (24.22% from 255) = 12.92%
BLUE value IS 218 (85.55% from 255) = 46.19%
R=40.89%
G=12.92%
B=46.19%

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
Decimal193612180.110.7200.15290.4567.9754.71
HexC13DDAB480F1224437
Octal301753321311001744210467
Binary110000011111011101101010111001000011111001000101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13DDA; }

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

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

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

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

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

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

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

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