#C12DE5

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

Shades of Medium Orchid #C12DE5

Tints of Medium Orchid #C12DE5

Color information

#C12DE5 (or 0xC12DE5) is unknown color: approx Medium Orchid. HEX triplet: C1, 2D and E5. RGB value is (193,45,229). Sum of RGB (Red+Green+Blue) = 193+45+229=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #C12DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DE5 is #3ED21A. Grayscale: #6D6D6D. Windows color (decimal): -4117019 or 15019457. OLE color: 15019457.

HSL color Cylindrical-coordinate representation of color #C12DE5: hue angle of 288.26º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12DE5 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19345229-
CMYK0.160.8000.10
HSL288.26º77.97%53.73%-
HSV(B)288.26º80.35%89.8%-
XYZ37.0718.8775.82-
YUV110.23195.03187.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 45 (17.97% from 255) = 9.64%
BLUE value IS 229 (89.84% from 255) = 49.04%
R=41.33%
G=9.64%
B=49.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal193452290.160.8000.10288.2677.9753.73
HexC12DE510500A1204e36
Octal301553452012001244011666
Binary1100000110110111100101100001010000010101001000001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12DE5; }

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

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

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

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

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

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

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

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