#C134E1

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

Shades of Medium Orchid #C134E1

Tints of Medium Orchid #C134E1

Color information

#C134E1 (or 0xC134E1) is unknown color: approx Medium Orchid. HEX triplet: C1, 34 and E1. RGB value is (193,52,225). Sum of RGB (Red+Green+Blue) = 193+52+225=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #C134E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134E1 is #3ECB1E. Grayscale: #717171. Windows color (decimal): -4115231 or 14759105. OLE color: 14759105.

HSL color Cylindrical-coordinate representation of color #C134E1: hue angle of 288.9º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C134E1 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19352225-
CMYK0.140.7700.12
HSL288.9º74.25%54.31%-
HSV(B)288.9º76.89%88.24%-
XYZ36.8119.2373.01-
YUV113.88190.71184.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 52 (20.70% from 255) = 11.06%
BLUE value IS 225 (88.28% from 255) = 47.87%
R=41.06%
G=11.06%
B=47.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193522250.140.7700.12288.974.2554.31
HexC134E1E4D0C1214a36
Octal301643411611501444111266
Binary110000011101001110000111101001101011001001000011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C134E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C134E1; }

 p { color: rgb(193,52,225); }

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

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

 a { background-color: rgb(193,52,225); }

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

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

 span { border-color: rgb(193,52,225); }

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