#C13BDF

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

Shades of Medium Orchid #C13BDF

Tints of Medium Orchid #C13BDF

Color information

#C13BDF (or 0xC13BDF) is unknown color: approx Medium Orchid. HEX triplet: C1, 3B and DF. RGB value is (193,59,223). Sum of RGB (Red+Green+Blue) = 193+59+223=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #C13BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BDF is #3EC420. Grayscale: #757575. Windows color (decimal): -4113441 or 14629825. OLE color: 14629825.

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

Color convert

RGB19359223-
CMYK0.130.7400.13
HSL289.02º71.93%55.29%-
HSV(B)289.02º73.54%87.45%-
XYZ36.8819.7971.69-
YUV117.76187.39181.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 59 (23.44% from 255) = 12.42%
BLUE value IS 223 (87.5% from 255) = 46.95%
R=40.63%
G=12.42%
B=46.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193592230.130.7400.13289.0271.9355.29
HexC13BDFD4A0D1214837
Octal301733371511201544111067
Binary110000011110111101111111011001010011011001000011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13BDF; }

 p { color: rgb(193,59,223); }

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

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

 a { background-color: rgb(193,59,223); }

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

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

 span { border-color: rgb(193,59,223); }

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