#C13BD2

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

Shades of Medium Orchid #C13BD2

Tints of Medium Orchid #C13BD2

Color information

#C13BD2 (or 0xC13BD2) is unknown color: approx Medium Orchid. HEX triplet: C1, 3B and D2. RGB value is (193,59,210). Sum of RGB (Red+Green+Blue) = 193+59+210=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #C13BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BD2 is #3EC42D. Grayscale: #737373. Windows color (decimal): -4113454 or 13777857. OLE color: 13777857.

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

Color convert

RGB19359210-
CMYK0.080.7200.18
HSL293.25º62.66%52.75%-
HSV(B)293.25º71.9%82.35%-
XYZ35.1919.1262.81-
YUV116.28180.89182.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 59 (23.44% from 255) = 12.77%
BLUE value IS 210 (82.42% from 255) = 45.45%
R=41.77%
G=12.77%
B=45.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193592100.080.7200.18293.2562.6652.75
HexC13BD28480121253f35
Octal30173322101100224457765
Binary110000011110111101001010001001000010010100100101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13BD2; }

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

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

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

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

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

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

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

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