#C12DE0

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

Shades of Medium Orchid #C12DE0

Tints of Medium Orchid #C12DE0

Color information

#C12DE0 (or 0xC12DE0) is unknown color: approx Medium Orchid. HEX triplet: C1, 2D and E0. RGB value is (193,45,224). Sum of RGB (Red+Green+Blue) = 193+45+224=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #C12DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DE0 is #3ED21F. Grayscale: #6D6D6D. Windows color (decimal): -4117024 or 14691777. OLE color: 14691777.

HSL color Cylindrical-coordinate representation of color #C12DE0: hue angle of 289.61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12DE0 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19345224-
CMYK0.140.8000.12
HSL289.61º74.27%52.75%-
HSV(B)289.61º79.91%87.84%-
XYZ36.3918.672.19-
YUV109.66192.53187.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 45 (17.97% from 255) = 9.74%
BLUE value IS 224 (87.89% from 255) = 48.48%
R=41.77%
G=9.74%
B=48.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193452240.140.8000.12289.6174.2752.75
HexC12DE0E500C1224a35
Octal301553401612001444211265
Binary110000011011011110000011101010000011001001000101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12DE0; }

 p { color: rgb(193,45,224); }

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

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

 a { background-color: rgb(193,45,224); }

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

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

 span { border-color: rgb(193,45,224); }

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