#C12DDA

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

Shades of Medium Orchid #C12DDA

Tints of Medium Orchid #C12DDA

Color information

#C12DDA (or 0xC12DDA) is unknown color: approx Medium Orchid. HEX triplet: C1, 2D and DA. RGB value is (193,45,218). Sum of RGB (Red+Green+Blue) = 193+45+218=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #C12DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DDA is #3ED225. Grayscale: #6C6C6C. Windows color (decimal): -4117030 or 14298561. OLE color: 14298561.

HSL color Cylindrical-coordinate representation of color #C12DDA: hue angle of 291.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12DDA is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19345218-
CMYK0.110.7900.15
HSL291.33º70.04%51.57%-
HSV(B)291.33º79.36%85.49%-
XYZ35.5918.2867.98-
YUV108.97189.53187.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 45 (17.97% from 255) = 9.87%
BLUE value IS 218 (85.55% from 255) = 47.81%
R=42.32%
G=9.87%
B=47.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193452180.110.7900.15291.3370.0451.57
HexC12DDAB4F0F1234634
Octal301553321311701744310664
Binary110000011011011101101010111001111011111001000111000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12DDA; }

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

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

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

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

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

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

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

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