#C12BD2

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

Shades of Medium Orchid #C12BD2

Tints of Medium Orchid #C12BD2

Color information

#C12BD2 (or 0xC12BD2) is unknown color: approx Medium Orchid. HEX triplet: C1, 2B and D2. RGB value is (193,43,210). Sum of RGB (Red+Green+Blue) = 193+43+210=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #C12BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12BD2 is #3ED42D. Grayscale: #6A6A6A. Windows color (decimal): -4117550 or 13773761. OLE color: 13773761.

HSL color Cylindrical-coordinate representation of color #C12BD2: hue angle of 293.89º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12BD2 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19343210-
CMYK0.080.8000.18
HSL293.89º66.01%49.61%-
HSV(B)293.89º79.52%82.35%-
XYZ34.4917.7262.57-
YUV106.89186.2189.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.27%
GREEN value IS 43 (17.19% from 255) = 9.64%
BLUE value IS 210 (82.42% from 255) = 47.09%
R=43.27%
G=9.64%
B=47.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193432100.080.8000.18293.8966.0149.61
HexC12BD28500121264232
Octal301533221012002244610262
Binary1100000110101111010010100010100000100101001001101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12BD2; }

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

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

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

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

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

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

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

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