#C12DD7

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

Shades of Medium Orchid #C12DD7

Tints of Medium Orchid #C12DD7

Color information

#C12DD7 (or 0xC12DD7) is unknown color: approx Medium Orchid. HEX triplet: C1, 2D and D7. RGB value is (193,45,215). Sum of RGB (Red+Green+Blue) = 193+45+215=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #C12DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12DD7 is #3ED228. Grayscale: #6C6C6C. Windows color (decimal): -4117033 or 14101953. OLE color: 14101953.

HSL color Cylindrical-coordinate representation of color #C12DD7: hue angle of 292.24º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12DD7 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19345215-
CMYK0.100.7900.16
HSL292.24º68%50.98%-
HSV(B)292.24º79.07%84.31%-
XYZ35.218.1265.93-
YUV108.63188.03188.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.60%
GREEN value IS 45 (17.97% from 255) = 9.93%
BLUE value IS 215 (84.38% from 255) = 47.46%
R=42.60%
G=9.93%
B=47.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal193452150.100.7900.16292.246850.98
HexC12DD7A4F0101244433
Octal301553271211702044410463
Binary1100000110110111010111101010011110100001001001001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12DD7; }

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

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

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

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

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

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

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

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