#C136D0

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

Shades of Medium Orchid #C136D0

Tints of Medium Orchid #C136D0

Color information

#C136D0 (or 0xC136D0) is unknown color: approx Medium Orchid. HEX triplet: C1, 36 and D0. RGB value is (193,54,208). Sum of RGB (Red+Green+Blue) = 193+54+208=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #C136D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136D0 is #3EC92F. Grayscale: #707070. Windows color (decimal): -4114736 or 13645505. OLE color: 13645505.

HSL color Cylindrical-coordinate representation of color #C136D0: hue angle of 294.16º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C136D0 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19354208-
CMYK0.070.7400.18
HSL294.16º62.1%51.37%-
HSV(B)294.16º74.04%81.57%-
XYZ34.718.5361.42-
YUV113.12181.55184.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 54 (21.48% from 255) = 11.87%
BLUE value IS 208 (81.64% from 255) = 45.71%
R=42.42%
G=11.87%
B=45.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193542080.070.7400.18294.1662.151.37
HexC136D074A0121263e33
Octal3016632071120224467663
Binary11000001110110110100001111001010010010100100110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C136D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C136D0; }

 p { color: rgb(193,54,208); }

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

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

 a { background-color: rgb(193,54,208); }

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

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

 span { border-color: rgb(193,54,208); }

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