#C231EE

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

Shades of Medium Orchid #C231EE

Tints of Medium Orchid #C231EE

Color information

#C231EE (or 0xC231EE) is unknown color: approx Medium Orchid. HEX triplet: C2, 31 and EE. RGB value is (194,49,238). Sum of RGB (Red+Green+Blue) = 194+49+238=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #C231EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C231EE is #3DCE11. Grayscale: #717171. Windows color (decimal): -4050450 or 15610306. OLE color: 15610306.

HSL color Cylindrical-coordinate representation of color #C231EE: hue angle of 286.03º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C231EE is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19449238-
CMYK0.180.7900.07
HSL286.03º84.75%56.27%-
HSV(B)286.03º79.41%93.33%-
XYZ38.7819.8482.67-
YUV113.9198.04185.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 49 (19.53% from 255) = 10.19%
BLUE value IS 238 (93.36% from 255) = 49.48%
R=40.33%
G=10.19%
B=49.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194492380.180.7900.07286.0384.7556.27
HexC231EE124F0711e5538
Octal30261356221170743612570
Binary110000101100011110111010010100111101111000111101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C231EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C231EE; }

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

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

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

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

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

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

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

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