#C331EA

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

Shades of Medium Orchid #C331EA

Tints of Medium Orchid #C331EA

Color information

#C331EA (or 0xC331EA) is unknown color: approx Medium Orchid. HEX triplet: C3, 31 and EA. RGB value is (195,49,234). Sum of RGB (Red+Green+Blue) = 195+49+234=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #C331EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C331EA is #3CCE15. Grayscale: #717171. Windows color (decimal): -3984918 or 15348163. OLE color: 15348163.

HSL color Cylindrical-coordinate representation of color #C331EA: hue angle of 287.35º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C331EA is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19549234-
CMYK0.170.7900.08
HSL287.35º81.5%55.49%-
HSV(B)287.35º79.06%91.76%-
XYZ38.4619.7479.63-
YUV113.74195.87185.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 49 (19.53% from 255) = 10.25%
BLUE value IS 234 (91.80% from 255) = 48.95%
R=40.79%
G=10.25%
B=48.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal195492340.170.7900.08287.3581.555.49
HexC331EA114F0811f5137
Octal303613522111701043712167
Binary1100001111000111101010100011001111010001000111111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C331EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C331EA; }

 p { color: rgb(195,49,234); }

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

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

 a { background-color: rgb(195,49,234); }

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

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

 span { border-color: rgb(195,49,234); }

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