#C231EA

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

Shades of Medium Orchid #C231EA

Tints of Medium Orchid #C231EA

Color information

#C231EA (or 0xC231EA) is unknown color: approx Medium Orchid. HEX triplet: C2, 31 and EA. RGB value is (194,49,234). Sum of RGB (Red+Green+Blue) = 194+49+234=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #C231EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C231EA is #3DCE15. Grayscale: #707070. Windows color (decimal): -4050454 or 15348162. OLE color: 15348162.

HSL color Cylindrical-coordinate representation of color #C231EA: hue angle of 287.03º 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 #C231EA is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19449234-
CMYK0.170.7900.08
HSL287.03º81.5%55.49%-
HSV(B)287.03º79.06%91.76%-
XYZ38.219.6179.61-
YUV113.44196.04185.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 49 (19.53% from 255) = 10.27%
BLUE value IS 234 (91.80% from 255) = 49.06%
R=40.67%
G=10.27%
B=49.06%

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
Decimal194492340.170.7900.08287.0381.555.49
HexC231EA114F0811f5137
Octal302613522111701043712167
Binary1100001011000111101010100011001111010001000111111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C231EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C231EA; }

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

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

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

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

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

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

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

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