#C031CF

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

Shades of Medium Orchid #C031CF

Tints of Medium Orchid #C031CF

Color information

#C031CF (or 0xC031CF) is unknown color: approx Medium Orchid. HEX triplet: C0, 31 and CF. RGB value is (192,49,207). Sum of RGB (Red+Green+Blue) = 192+49+207=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #C031CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031CF is #3FCE30. Grayscale: #6D6D6D. Windows color (decimal): -4181553 or 13578688. OLE color: 13578688.

HSL color Cylindrical-coordinate representation of color #C031CF: hue angle of 294.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C031CF is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19249207-
CMYK0.070.7600.19
HSL294.3º62.2%50.2%-
HSV(B)294.3º76.33%81.18%-
XYZ34.117.9160.69-
YUV109.77182.88186.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 49 (19.53% from 255) = 10.94%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=42.86%
G=10.94%
B=46.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192492070.070.7600.19294.362.250.2
HexC031CF74C0131263e32
Octal3006131771140234467662
Binary11000000110001110011111111001100010011100100110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C031CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C031CF; }

 p { color: rgb(192,49,207); }

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

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

 a { background-color: rgb(192,49,207); }

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

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

 span { border-color: rgb(192,49,207); }

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