#C278E1

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

Shades of Medium Orchid #C278E1

Tints of Medium Orchid #C278E1

Color information

#C278E1 (or 0xC278E1) is unknown color: approx Medium Orchid. HEX triplet: C2, 78 and E1. RGB value is (194,120,225). Sum of RGB (Red+Green+Blue) = 194+120+225=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #C278E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278E1 is #3D871E. Grayscale: #999999. Windows color (decimal): -4032287 or 14776514. OLE color: 14776514.

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

Color convert

RGB194120225-
CMYK0.140.4700.12
HSL282.29º63.64%67.65%-
HSV(B)282.29º46.67%88.24%-
XYZ42.5630.3474.85-
YUV154.1168.02156.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 120 (47.27% from 255) = 22.26%
BLUE value IS 225 (88.28% from 255) = 41.74%
R=35.99%
G=22.26%
B=41.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941202250.140.4700.12282.2963.6467.65
HexC278E1E2F0C11a4044
Octal3021703411657014432100104
Binary1100001011110001110000111101011110110010001101010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C278E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C278E1; }

 p { color: rgb(194,120,225); }

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

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

 a { background-color: rgb(194,120,225); }

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

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

 span { border-color: rgb(194,120,225); }

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