#C136E9

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

Shades of Medium Orchid #C136E9

Tints of Medium Orchid #C136E9

Color information

#C136E9 (or 0xC136E9) is unknown color: approx Medium Orchid. HEX triplet: C1, 36 and E9. RGB value is (193,54,233). Sum of RGB (Red+Green+Blue) = 193+54+233=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 233 (91.41% from 255 or 48.54% from 480); Max value from RGB is 233 - color contains mainly: blue. Hex color #C136E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C136E9 is #3EC916. Grayscale: #737373. Windows color (decimal): -4114711 or 15283905. OLE color: 15283905.

HSL color Cylindrical-coordinate representation of color #C136E9: hue angle of 286.59º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C136E9 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19354233-
CMYK0.170.7700.09
HSL286.59º80.27%56.27%-
HSV(B)286.59º76.82%91.37%-
XYZ38.0219.8678.92-
YUV115.97194.05182.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 54 (21.48% from 255) = 11.25%
BLUE value IS 233 (91.41% from 255) = 48.54%
R=40.21%
G=11.25%
B=48.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal193542330.170.7700.09286.5980.2756.27
HexC136E9114D0911f5038
Octal301663512111501143712070
Binary1100000111011011101001100011001101010011000111111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C136E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C136E9; }

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

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

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

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

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

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

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

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