#C931F4

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

Shades of Medium Orchid #C931F4

Tints of Medium Orchid #C931F4

Color information

#C931F4 (or 0xC931F4) is unknown color: approx Medium Orchid. HEX triplet: C9, 31 and F4. RGB value is (201,49,244). Sum of RGB (Red+Green+Blue) = 201+49+244=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 244 (95.70% from 255 or 49.39% from 494); Max value from RGB is 244 - color contains mainly: blue. Hex color #C931F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C931F4 is #36CE0B. Grayscale: #747474. Windows color (decimal): -3591692 or 16003529. OLE color: 16003529.

HSL color Cylindrical-coordinate representation of color #C931F4: hue angle of 286.77º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C931F4 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20149244-
CMYK0.180.8000.04
HSL286.77º89.86%57.45%-
HSV(B)286.77º79.92%95.69%-
XYZ41.5121.1587.48-
YUV116.68199.86188.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.69%
GREEN value IS 49 (19.53% from 255) = 9.92%
BLUE value IS 244 (95.70% from 255) = 49.39%
R=40.69%
G=9.92%
B=49.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal201492440.180.8000.04286.7789.8657.45
HexC931F412500411f5a39
Octal31161364221200443713271
Binary110010011100011111010010010101000001001000111111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C931F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C931F4; }

 p { color: rgb(201,49,244); }

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

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

 a { background-color: rgb(201,49,244); }

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

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

 span { border-color: rgb(201,49,244); }

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