#C946EA

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

Shades of Medium Orchid #C946EA

Tints of Medium Orchid #C946EA

Color information

#C946EA (or 0xC946EA) is unknown color: approx Medium Orchid. HEX triplet: C9, 46 and EA. RGB value is (201,70,234). Sum of RGB (Red+Green+Blue) = 201+70+234=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #C946EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C946EA is #36B915. Grayscale: #7F7F7F. Windows color (decimal): -3586326 or 15353545. OLE color: 15353545.

HSL color Cylindrical-coordinate representation of color #C946EA: hue angle of 287.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C946EA is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20170234-
CMYK0.140.7000.08
HSL287.93º79.61%59.61%-
HSV(B)287.93º70.09%91.76%-
XYZ41.1322.7480.06-
YUV127.86187.9180.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 70 (27.73% from 255) = 13.86%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=39.80%
G=13.86%
B=46.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal201702340.140.7000.08287.9379.6159.61
HexC946EAE4608120503c
Octal3111063521610601044012074
Binary1100100110001101110101011101000110010001001000001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C946EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C946EA; }

 p { color: rgb(201,70,234); }

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

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

 a { background-color: rgb(201,70,234); }

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

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

 span { border-color: rgb(201,70,234); }

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