#C051CF

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

Shades of Medium Orchid #C051CF

Tints of Medium Orchid #C051CF

Color information

#C051CF (or 0xC051CF) is unknown color: approx Medium Orchid. HEX triplet: C0, 51 and CF. RGB value is (192,81,207). Sum of RGB (Red+Green+Blue) = 192+81+207=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #C051CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051CF is #3FAE30. Grayscale: #808080. Windows color (decimal): -4173361 or 13586880. OLE color: 13586880.

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

Color convert

RGB19281207-
CMYK0.070.6100.19
HSL292.86º56.76%56.47%-
HSV(B)292.86º60.87%81.18%-
XYZ35.9421.661.31-
YUV128.55172.27173.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 81 (32.03% from 255) = 16.88%
BLUE value IS 207 (81.25% from 255) = 43.12%
R=40%
G=16.88%
B=43.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192812070.070.6100.19292.8656.7656.47
HexC051CF73D0131253938
Octal3001213177750234457170
Binary11000000101000111001111111111101010011100100101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C051CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C051CF; }

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

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

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

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

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

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

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

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