#C651F6

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

Shades of Medium Orchid #C651F6

Tints of Medium Orchid #C651F6

Color information

#C651F6 (or 0xC651F6) is unknown color: approx Medium Orchid. HEX triplet: C6, 51 and F6. RGB value is (198,81,246). Sum of RGB (Red+Green+Blue) = 198+81+246=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #C651F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C651F6 is #39AE09. Grayscale: #868686. Windows color (decimal): -3780106 or 16142790. OLE color: 16142790.

HSL color Cylindrical-coordinate representation of color #C651F6: hue angle of 282.55º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C651F6 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19881246-
CMYK0.200.6700.04
HSL282.55º90.16%64.12%-
HSV(B)282.55º67.07%96.47%-
XYZ42.8724.5489.67-
YUV134.79190.76173.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.71%
GREEN value IS 81 (32.03% from 255) = 15.43%
BLUE value IS 246 (96.48% from 255) = 46.86%
R=37.71%
G=15.43%
B=46.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal198812460.200.6700.04282.5590.1664.12
HexC651F614430411b5a40
Octal3061213662410304433132100
Binary11000110101000111110110101001000011010010001101110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C651F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C651F6; }

 p { color: rgb(198,81,246); }

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

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

 a { background-color: rgb(198,81,246); }

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

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

 span { border-color: rgb(198,81,246); }

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